pspec.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>optipng</Name>
  6. <Homepage>http://optipng.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>zlib</License>
  12. <IsA>app:console</IsA>
  13. <Summary>PNG Optimizer</Summary>
  14. <Description>
  15. OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
  16. </Description>
  17. <Archive sha1sum="68aa89fbde642b104aeefa9efbc4dfbb936fa630" type="targz">
  18. mirrors://sourceforge/optipng/optipng-0.7.7.tar.gz
  19. </Archive>
  20. <BuildDependencies>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>libpng-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>optipng</Name>
  27. <RuntimeDependencies>
  28. <Dependency>zlib</Dependency>
  29. <Dependency>libpng</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2021-10-14</Date>
  40. <Version>0.7.7</Version>
  41. <Comment>First build</Comment>
  42. <Name>fury</Name>
  43. <Email>uglyside@yandex.ru</Email>
  44. </Update>
  45. </History>
  46. </PISI>