contrib/mda-lv2/Pkgfile

18 lines
419 B
Plaintext
Raw Normal View History

2019-08-21 12:02:51 +02:00
# Description: MDA VST plugins to LV2
# URL: https://git.drobilla.net/cgit.cgi/mda.lv2.git/about/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: lv2 python3
2019-08-21 12:02:51 +02:00
name=mda-lv2
2021-01-09 14:52:23 +01:00
version=1.2.6
release=1
source=(https://download.drobilla.net/$name-$version.tar.bz2)
2019-08-21 12:02:51 +02:00
build() {
cd $name-$version
sed -e 's/python/python3/g' -i waf
2019-08-21 12:02:51 +02:00
./waf configure --prefix=/usr
./waf
./waf install --destdir="$PKG/"
}