2019-08-21 10:02:50 +00: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
|
2020-04-23 00:46:38 +10:00
|
|
|
# Depends on: sratom swig
|
2019-08-21 10:02:50 +00:00
|
|
|
|
|
|
|
name=lilv
|
2021-01-09 13:47:36 +00:00
|
|
|
version=0.24.12
|
2019-11-14 23:03:56 +01:00
|
|
|
release=1
|
2019-08-21 10:02:50 +00: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"
|
|
|
|
}
|