Files

67 lines
2.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wv</Name>
<Homepage>http://wvware.sourceforge.net/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Microsoft Word to HTML, Latex, DVI, PS, PDF, text, WML, RTF or Abiword converter</Summary>
<Description>wv can convert many versions of Microsoft Word .doc files to many other formats including HTML, Latex, DVI, PS, PDF, plaintext, WML, RTF and Abiword formats.</Description>
<Archive sha1sum="5b859d3a5896360a7a2ceac2428b0427e8cddd1e" type="zip">https://github.com/AbiWord/wv/archive/refs/heads/master.zip</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libwmf-devel</Dependency>
<Dependency>libgsf-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>wv</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libwmf</Dependency>
<Dependency>libgsf</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/wv</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/wv</Path>
</Files>
</Package>
<Package>
<Name>wv-devel</Name>
<Summary>Development files for wv</Summary>
<RuntimeDependencies>
<Dependency release="current">wv</Dependency>
<Dependency>libgsf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-02</Date>
<Version>1.2.9</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>