pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lrzip</Name>
  6. <Homepage>http://ck.kolivas.org/apps/lrzip/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A (de)compressor optimised for large files</Summary>
  14. <Description>This is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this program will provide, especially for files larger than 100MB.</Description>
  15. <Archive sha1sum="9c33f6458d39443dbf71b5c66820d4d653daf3c0" type="tarbz2">http://ck.kolivas.org/apps/lrzip/lrzip-0.621.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>lzo-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>lrzip</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. <Dependency>bzip2</Dependency>
  26. <Dependency>zlib</Dependency>
  27. <Dependency>lzo</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib/liblrzip.so*</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>lrzip-devel</Name>
  38. <Summary>Development files for lrzip</Summary>
  39. <RuntimeDependencies>
  40. <Dependency version="current">lrzip</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="headers">/usr/include/Lrzip.h</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig/lrzip.pc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="4">
  49. <Date>2016-04-03</Date>
  50. <Version>0.621</Version>
  51. <Comment>Version bump, rebuilt with docker</Comment>
  52. <Name>İbrahim KARAGÜZEL</Name>
  53. <Email>karaguzelibrahim@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2015-01-25</Date>
  57. <Version>0.616</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Stefan Gronewold(groni)</Name>
  60. <Email>groni@pisilinux.org</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2014-03-09</Date>
  64. <Version>0.614</Version>
  65. <Comment>Rebuild.</Comment>
  66. <Name>Kamil Atlı</Name>
  67. <Email>suvarice@gmail.com</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2012-10-12</Date>
  71. <Version>0.614</Version>
  72. <Comment>First release</Comment>
  73. <Name>Marcin Bojara</Name>
  74. <Email>marcin@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>