pspec.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zopfli</Name>
  6. <Homepage>https://github.com/google/zopfli</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Compression algorithm.</Summary>
  14. <Description>Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression.</Description>
  15. <Archive sha1sum="f41af7ea641dc322dec637302a63d63fcecf410d" type="targz">
  16. https://github.com/google/zopfli/archive/zopfli-1.0.3.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>zopfli</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib/cmake</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="header">/usr/include</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2020-01-01</Date>
  35. <Version>1.0.3</Version>
  36. <Comment>First build.</Comment>
  37. <Name>fury</Name>
  38. <Email>uglyside@yandex.ru</Email>
  39. </Update>
  40. </History>
  41. </PISI>