contrib/lilv/Pkgfile

23 lines
600 B
Plaintext
Raw Normal View History

2019-08-21 12:02:50 +02:00
# Description: A C library interface to the LV2 plug-in standard,
# URL: http://drobilla.net/software/lilv/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: python3-numpy sratom jack swig
name=lilv
2019-11-14 23:03:56 +01:00
version=0.24.6
release=1
2019-08-21 12:02:50 +02:00
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 \
--dyn-manifest \
--no-bash-completion
/usr/bin/python3 waf build $MAKEFLAGS
/usr/bin/python3 waf install --destdir="$PKG"
}