summaryrefslogtreecommitdiff
path: root/suil/Pkgfile
blob: c9dc64802ec8201351aeeb493a45e68b9cfba4f7 (plain)
    1 # Description: Library for loading and wrapping LV2 plugin UIs.
    2 # URL: https://drobilla.net/software/suil/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: sratom python
    5 
    6 name=suil
    7 version=0.10.8
    8 release=1
    9 source=(https://download.drobilla.net/$name-$version.tar.bz2)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./waf configure --prefix=/usr
   15 	./waf build $MAKEFLAGS
   16 	./waf install --destdir=$PKG
   17 }

Generated by cgit