pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>serd</Name>
  6. <Homepage>https://drobilla.net/software/serd.html</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>ISC</License>
  12. <IsA>library</IsA>
  13. <Icon>serd</Icon>
  14. <Summary>Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.</Summary>
  15. <Description>Serd can be used by high-performance or resource-limited applications to read or write Turtle, TriG, NTriples, and NQuads. The included serdi tool can be used to efficiently process RDF documents in scripts or on the command-line.</Description>
  16. <Archive sha1sum="5392f24ddca0a1002605cb7a36e1335146de1598" type="tarxz">http://download.drobilla.net/serd-0.30.16.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>python3-sphinx</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>serd</Name>
  25. <RuntimeDependencies>
  26. <!-- <Dependency>python3-sphinx</Dependency> -->
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/libserd-0.so*</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>serd-devel</Name>
  37. <Summary>Development files for serd</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">serd</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2023-06-24</Date>
  49. <Version>0.30.16</Version>
  50. <Comment>First release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>