1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
7 pkgdesc="An LV2 porting of the AMS internal modules"
9 url="https://sourceforge.net/projects/avwlv2/"
11 depends=('gtkmm' 'lv2core')
12 makedepends=('python2' 'lv2-c++-tools')
15 source=("https://downloads.sourceforge.net/project/${_name/.}/$_name.$pkgver.tar.gz")
16 md5sums=('6444824320f0a12574aeb22ff47dda44')
21 python2 waf configure --prefix=/usr
28 python2 waf install --destdir="$pkgdir/"
31 # vim:set ts=2 sw=2 et: