pspec.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lzop</Name>
  6. <Homepage>http://www.lzop.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>File compressor using lzo lib</Summary>
  14. <Description>File compressor using lzo lib</Description>
  15. <Archive sha1sum="3540761ce8fc6dc42c326a9fcb1471e190a4db62" type="targz">http://www.lzop.org/download/lzop-1.04.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>lzo-devel</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>lzop.patch</Patch>
  22. <Patch level="1">lzop.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>lzop</Name>
  28. <RuntimeDependencies>
  29. <Dependency>lzo</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="localedata">/usr/share/locale</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2020-02-19</Date>
  42. <Version>1.04</Version>
  43. <Comment>First release</Comment>
  44. <Name>PisiLinux Community</Name>
  45. <Email>admins@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>