pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pbzip2</Name>
  6. <Homepage>http://compression.ca/pbzip2/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Parallel implementation of the bzip2</Summary>
  14. <Description>PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines.</Description>
  15. <Archive sha1sum="f61e65a7616a3492815d18689c202d0685fe167d" type="targz">https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz</Archive>
  16. <!--<Patches>
  17. <Patch>pbzip2-1.1.2-makefile.patch</Patch>
  18. </Patches>-->
  19. </Source>
  20. <Package>
  21. <Name>pbzip2</Name>
  22. <RuntimeDependencies>
  23. <Dependency>bzip2</Dependency>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="4">
  34. <Date>2016-04-03</Date>
  35. <Version>1.1.13</Version>
  36. <Comment>Version bump, rebuilt with docker</Comment>
  37. <Name>İbrahim KARAGÜZEL</Name>
  38. <Email>karaguzelibrahim@gmail.com</Email>
  39. </Update>
  40. <Update release="3">
  41. <Date>2015-01-25</Date>
  42. <Version>1.1.12</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>Stefan Gronewold(groni)</Name>
  45. <Email>groni@pisilinux.org</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2014-02-02</Date>
  49. <Version>1.1.8</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Alihan Öztürk</Name>
  52. <Email>alihan@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2011-11-21</Date>
  56. <Version>1.1.6</Version>
  57. <Comment>First release</Comment>
  58. <Name>Pisi Linux Admins</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>