pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>npth</Name>
  6. <Homepage>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>New portable threads library</Summary>
  14. <Description>is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems.</Description>
  15. <Archive sha1sum="93ddf1a3bdbca00fb4cf811498094ca61bbb8ee1" type="tarbz2">ftp://ftp.gnupg.org/gcrypt/npth/npth-1.5.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>npth</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>npth-devel</Name>
  26. <Summary>Development files for pth</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">npth</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin/npth-config</Path>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="data">/usr/share/aclocal</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2018-02-21</Date>
  40. <Version>1.5</Version>
  41. <Comment>Version Bump</Comment>
  42. <Name>Mustafa Cianasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2017-03-05</Date>
  47. <Version>1.3</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Kamil Atlı</Name>
  50. <Email>suvari@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-09</Date>
  54. <Version>1.2</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2015-04-12</Date>
  61. <Version>1.2</Version>
  62. <Comment>First release</Comment>
  63. <Name>Ertuğrul Erata</Name>
  64. <Email>ertugrulerata@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>