forked from ports/contrib
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
# 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
|
|
|
|
name=mda-lv2
|
|
version=1.2.6
|
|
release=1
|
|
source=(https://download.drobilla.net/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
sed -e 's/python/python3/g' -i waf
|
|
./waf configure --prefix=/usr
|
|
./waf
|
|
./waf install --destdir="$PKG/"
|
|
}
|