new packages: serd, sord, sratom
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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>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>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>serd</Name>
|
||||
<Summary xml:lang="tr">Serd, Turtle ve NTriples'ın okunmasını ve yazılmasını destekleyen, RDF sözdizimi için hafif bir C kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">Serd; Turtle, TriG, NTriples ve NQuads'ı okumak veya yazmak için yüksek performanslı veya kaynak sınırlı uygulamalar tarafından kullanılabilir. Dahil edilen serdi aracı, RDF belgelerini betiklerde veya komut satırında verimli bir şekilde işlemek için kullanılabilir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>serd-devel</Name>
|
||||
<Summary xml:lang="tr">serd için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user