diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-21 10:02:53 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-21 10:02:53 +0000 |
commit | 6282dd710353aa7ae65adbf5b82da443dffd3c6d (patch) | |
tree | ca3a7eef0a8079e7b8b21b9b3f16b482ec2dfd7b /sratom/Pkgfile | |
parent | 23bd698e7eeb7d1d338b18fdc71176b69c49a309 (diff) | |
download | contrib-6282dd710353aa7ae65adbf5b82da443dffd3c6d.tar.gz contrib-6282dd710353aa7ae65adbf5b82da443dffd3c6d.tar.xz |
sratom: initial commit, version 0.6.2
Diffstat (limited to 'sratom/Pkgfile')
-rw-r--r-- | sratom/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sratom/Pkgfile b/sratom/Pkgfile new file mode 100644 index 000000000..1ea21b7a7 --- /dev/null +++ b/sratom/Pkgfile @@ -0,0 +1,20 @@ +# Description: An LV2 Atom RDF serialisation library. +# URL: http://drobilla.net/software/sratom +# Maintainer: Tim Biermann, tbier at posteo dot de +# Packager: Danny Rawlins, crux at romster dot me +# Depends on: sord lv2 + +name=sratom +version=0.6.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" +} |