17 lines
399 B
Plaintext
17 lines
399 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
|
||
|
|
||
|
name=mda.lv2
|
||
|
version=1.2.2
|
||
|
release=1
|
||
|
source=(https://git.drobilla.net/cgit.cgi/${name}.git/snapshot/$name-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./waf configure --prefix=/usr
|
||
|
./waf
|
||
|
./waf install --destdir="$PKG/"
|
||
|
}
|