pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rasqal</Name>
  6. <Homepage>http://librdf.org/rasqal</Homepage>
  7. <Packager>
  8. <Name>Yusuf Aydemir</Name>
  9. <Email>yusuf.aydemir@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <License>Apache-2.0</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Library that handles Resource Description Framework (RDF)</Summary>
  16. <Description>Rasqal is a C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL.</Description>
  17. <Archive sha1sum="281c2e0a352c53ef1656bfe778c380226d61726f" type="targz">http://download.librdf.org/source/rasqal-0.9.33.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>raptor2-devel</Dependency>
  20. <Dependency>libpcre-devel</Dependency>
  21. <Dependency>libxml2-devel</Dependency>
  22. <Dependency>mpfr-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>rasqal</Name>
  27. <RuntimeDependencies>
  28. <Dependency>raptor2</Dependency>
  29. <Dependency>libpcre</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>rasqal-devel</Name>
  40. <IsA>library</IsA>
  41. <Summary>Development files for rasqal</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">rasqal</Dependency>
  44. <Dependency>raptor2-devel</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin/rasqal-config</Path>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. <Path fileType="man">/usr/share/man/man3</Path>
  51. <Path fileType="man">/usr/share/man/man1/rasqal-config*</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>rasqal-docs</Name>
  56. <IsA>data:doc</IsA>
  57. <Summary>Development documents for rasqal in HTML format</Summary>
  58. <Files>
  59. <Path fileType="doc">/usr/share/doc/rasqal/html</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="4">
  64. <Date>2023-10-17</Date>
  65. <Version>0.9.33</Version>
  66. <Comment>Rebuild</Comment>
  67. <Name>İdris Kalp</Name>
  68. <Email>idriskalp@gmail.com</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2020-02-26</Date>
  72. <Version>0.9.33</Version>
  73. <Comment>Rebuild</Comment>
  74. <Name>İdris Kalp</Name>
  75. <Email>idriskalp@gmail.com</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2018-09-02</Date>
  79. <Version>0.9.33</Version>
  80. <Comment>First Release</Comment>
  81. <Name>Ayhan Yalçınsoy</Name>
  82. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2017-03-03</Date>
  86. <Version>0.9.33</Version>
  87. <Comment>First Release</Comment>
  88. <Name>Ayhan Yalçınsoy</Name>
  89. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  90. </Update>
  91. </History>
  92. </PISI>