pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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="f9d63e9747b027e4e404fe3c20c73c73719e1731" type="tarbz2">ftp://ftp.gnupg.org/gcrypt/npth/npth-1.6.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="6">
  39. <Date>2020-01-19</Date>
  40. <Version>1.6</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>İdris Kalp</Name>
  43. <Email>idriskalp@gmail.com</Email>
  44. </Update>
  45. <Update release="5">
  46. <Date>2018-08-03</Date>
  47. <Version>1.5</Version>
  48. <Comment>Rebuild.</Comment>
  49. <Name>Mustafa Cianasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="4">
  53. <Date>2018-02-21</Date>
  54. <Version>1.5</Version>
  55. <Comment>Version Bump</Comment>
  56. <Name>Mustafa Cianasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2017-03-05</Date>
  61. <Version>1.3</Version>
  62. <Comment>Version Bump</Comment>
  63. <Name>Kamil Atlı</Name>
  64. <Email>suvari@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-06-09</Date>
  68. <Version>1.2</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2015-04-12</Date>
  75. <Version>1.2</Version>
  76. <Comment>First release</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </PISI>