123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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>
|