#Maintainer: Ejis #Mandatory category=extra/ap pkgname=uli-plugins pkgver=0.2 pkgrel=1 zenver=62 arch=i686 source=("http://downloads.sourceforge.net/sourceforge/uli-plugins/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Ulis LV2 Inserts. A series of LV2 plugins. There is already a AND NAND" "OR NOR XOR XNOR and a NOT." ) build() { cd $startdir/src/$pkgname-$pkgver ./waf configure --prefix=/usr ./waf -j2 || return 1 DESTDIR=$startdir/pkg ./waf install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://uli-plugins.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}