contrib/lv2/Pkgfile

19 lines
479 B
Plaintext
Raw Normal View History

2019-08-21 12:02:51 +02:00
# Description: Successor to the LADSPA audio plug-in standard.
2020-06-01 17:45:48 +02:00
# URL: https://lv2plug.in/
2019-08-21 12:02:51 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: python3 libsndfile
name=lv2
2020-04-29 17:44:00 +02:00
version=1.18.0
2019-08-21 12:02:51 +02:00
release=1
source=(http://lv2plug.in/spec/$name-$version.tar.bz2)
build() {
cd $name-$version
/usr/bin/python3 waf configure --prefix=/usr
/usr/bin/python3 waf build $MAKEFLAGS
/usr/bin/python3 waf install --destdir="$PKG"
}