51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>lzop</Name>
|
|
<Homepage>http://www.lzop.org/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv3</License>
|
|
<IsA>library</IsA>
|
|
<Summary>File compressor using lzo lib</Summary>
|
|
<Description>File compressor using lzo lib</Description>
|
|
<Archive sha1sum="3540761ce8fc6dc42c326a9fcb1471e190a4db62" type="targz">http://www.lzop.org/download/lzop-1.04.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>lzo-devel</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>lzop.patch</Patch>
|
|
<Patch level="1">lzop.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>lzop</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>lzo</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="localedata">/usr/share/locale</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-02-19</Date>
|
|
<Version>1.04</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|