pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>redland</Name>
  6. <Homepage>http://librdf.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <License>Apache-2.0</License>
  13. <IsA>library</IsA>
  14. <Summary>High-level interface for the Resource Description Framework</Summary>
  15. <Description>Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).</Description>
  16. <Archive sha1sum="a47a7e98f934d17d60a241db90be407a0abe3c5d" type="targz">http://download.librdf.org/source/redland-1.0.17.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>rasqal-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>redland</Name>
  23. <RuntimeDependencies>
  24. <Dependency>rasqal</Dependency>
  25. <Dependency>raptor2</Dependency>
  26. <Dependency>libtool-ltdl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="doc">/usr/share/gtk-doc/html/redland/</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="data">/usr/share/redland</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>redland-devel</Name>
  39. <Summary>Development files for redland</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">redland</Dependency>
  42. <!-- librdf.h includes headers from packages below -->
  43. <Dependency>raptor2-devel</Dependency>
  44. <Dependency>rasqal-devel</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="executable">/usr/bin/redland-config</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. <Path fileType="man">/usr/share/man/man1/redland-config*</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2017-03-04</Date>
  56. <Version>1.0.17</Version>
  57. <Comment>First Relase</Comment>
  58. <Name>Ayhan Yalçınsoy</Name>
  59. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>