pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libbsd</Name>
  6. <Homepage>http://libbsd.freedesktop.org</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <License>BSD-2</License>
  13. <License>BSD-4</License>
  14. <License>ISC</License>
  15. <IsA>library</IsA>
  16. <PartOf>programming.library</PartOf>
  17. <Summary>Provides useful functions commonly found on BSD systems</Summary>
  18. <Description>This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description>
  19. <Archive sha1sum="ea4a4e9d7f9db80a433b23923c3631a114580289" type="tarxz">https://libbsd.freedesktop.org/releases/libbsd-0.9.1.tar.xz</Archive>
  20. </Source>
  21. <Package>
  22. <Name>libbsd</Name>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>libbsd-devel</Name>
  30. <Summary>Development files for libbsd</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">libbsd</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/lib/pkgconfig</Path>
  37. <Path fileType="man">/usr/share/man/</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2019-11-17</Date>
  43. <Version>0.9.1</Version>
  44. <Comment>Package is rebuilded and released up.</Comment>
  45. <Name>Suleyman Poyraz</Name>
  46. <Email>zaryob.dev@gmail.com</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2019-04-12</Date>
  50. <Version>0.9.1</Version>
  51. <Comment>First release</Comment>
  52. <Name>Suleyman Poyraz</Name>
  53. <Email>zaryob.dev@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </INARY>