diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-21 10:02:52 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-21 10:02:52 +0000 |
commit | 23bd698e7eeb7d1d338b18fdc71176b69c49a309 (patch) | |
tree | 20ce76df763e694fdb56c6bf59c395ad5104d048 /sord/Pkgfile | |
parent | bdda24f62fd5623fe76b9b02a648d231f0f63abd (diff) | |
download | contrib-23bd698e7eeb7d1d338b18fdc71176b69c49a309.tar.gz contrib-23bd698e7eeb7d1d338b18fdc71176b69c49a309.tar.xz |
sord: initial commit, version 0.16.2
Diffstat (limited to 'sord/Pkgfile')
-rw-r--r-- | sord/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sord/Pkgfile b/sord/Pkgfile new file mode 100644 index 000000000..919361b88 --- /dev/null +++ b/sord/Pkgfile @@ -0,0 +1,20 @@ +# Description: A lightweight C library for storing RDF data in memory. +# URL: http://drobilla.net/software/sord/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Packager: Danny Rawlins, crux at romster dot me +# Depends on: serd + +name=sord +version=0.16.2 +release=1 +source=(http://download.drobilla.net/$name-$version.tar.bz2) + +build() { + cd $name-$version + + sed -i "/ldconfig/d" wscript + + /usr/bin/python3 waf configure --prefix=/usr + /usr/bin/python3 waf build $MAKEFLAGS + /usr/bin/python3 waf install --destdir="$PKG" +} |