contrib/lilv/Pkgfile

22 lines
537 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,
2021-10-22 18:39:59 +02:00
# URL: https://drobilla.net/software/lilv.html
2019-08-21 12:02:50 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2020-04-22 16:46:38 +02:00
# Depends on: sratom swig
2019-08-21 12:02:50 +02:00
name=lilv
2022-05-28 13:42:57 +02:00
version=0.24.14
2019-11-14 23:03:56 +01:00
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"
}