123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>zopfli</Name>
- <Homepage>https://github.com/google/zopfli</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2</License>
- <IsA>app:console</IsA>
- <Summary>Compression algorithm.</Summary>
- <Description>Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.</Description>
- <Archive sha1sum="f41af7ea641dc322dec637302a63d63fcecf410d" type="targz">
- https://github.com/google/zopfli/archive/zopfli-1.0.3.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>zopfli</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-01-01</Date>
- <Version>1.0.3</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|