Files
main/multimedia/misc/serd/pspec.xml
T
2023-06-24 16:34:58 +03:00

59 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>serd</Name>
<Homepage>https://drobilla.net/software/serd.html</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<IsA>library</IsA>
<Icon>serd</Icon>
<Summary>Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.</Summary>
<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>
<Archive sha1sum="5392f24ddca0a1002605cb7a36e1335146de1598" type="tarxz">http://download.drobilla.net/serd-0.30.16.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>python3-sphinx</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>serd</Name>
<RuntimeDependencies>
<!-- <Dependency>python3-sphinx</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libserd-0.so*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>serd-devel</Name>
<Summary>Development files for serd</Summary>
<RuntimeDependencies>
<Dependency release="current">serd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-06-24</Date>
<Version>0.30.16</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>