pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>apr</Name>
  6. <Homepage>http://apr.apache.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>Apache portable runtime library</Summary>
  14. <Description>The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines.</Description>
  15. <Archive sha1sum="caac4a92d51b211b0c1374217e4fc64ca8142288" type="targz">mirrors://apache/apr/apr-1.7.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>apr</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="data">/usr/share/aclocal</Path>
  28. <Path fileType="data">/usr/lib/apr-1/build</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>apr-devel</Name>
  33. <Summary>Development files for apr</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">apr</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2019-09-18</Date>
  45. <Version>1.7.0</Version>
  46. <Comment>First release</Comment>
  47. <Name>Süleyman Poyraz</Name>
  48. <Email>zaryob.dev@gmail.com</Email>
  49. </Update>
  50. </History>
  51. </INARY>