contrib/suil/Pkgfile

18 lines
442 B
Plaintext
Raw Normal View History

2020-04-22 15:01:04 +02:00
# Description: Library for loading and wrapping LV2 plugin UIs.
# URL: https://drobilla.net/software/suil/
# Maintainer: Danny Rawlins, crux at romster dot me
2022-05-31 23:05:33 +02:00
# Depends on: sratom
2020-04-22 15:01:04 +02:00
name=suil
2022-05-31 23:05:33 +02:00
version=0.10.12
2020-04-22 15:01:04 +02:00
release=1
source=(https://download.drobilla.net/$name-$version.tar.bz2)
build() {
cd $name-$version
2022-05-31 23:05:33 +02:00
/usr/bin/python3 waf configure --prefix=/usr
/usr/bin/python3 waf build $MAKEFLAGS
/usr/bin/python3 waf install --destdir=$PKG
2020-04-22 15:01:04 +02:00
}