From 6282dd710353aa7ae65adbf5b82da443dffd3c6d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Wed, 21 Aug 2019 10:02:53 +0000 Subject: sratom: initial commit, version 0.6.2 --- sratom/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sratom/Pkgfile (limited to 'sratom/Pkgfile') 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" +} -- cgit v1.2.3