pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>npth</Name>
  6. <Homepage>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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">https://gnupg.org/ftp/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="1">
  39. <Date>2019-09-15</Date>
  40. <Version>1.6</Version>
  41. <Comment>First release</Comment>
  42. <Name>Süleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </INARY>