#Maintainer: Ejis #Mandatory category=extra/ap pkgname=invada-studio-plugins-lv2 pkgver=1.2.0 pkgrel=1 zenver=62 arch=i686 source=("http://www.invadarecords.com/downloads/${pkgname}_${pkgver}-0.tar.gz" "$pkgname.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Invada LV2 plugins. The following plugins are included:" " * Delay Plugins;" " * Distortion Plugins;" " * Dynamics Plugins;" " * Filter Plugins;" " * Phaser Plugins;" " * Reverb Plugins;" " * Utility Plugins." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/$pkgname.patch sed -i "s:/pkg:$startdir/pkg:g" Makefile make -j2 || return 1 make install-sys } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.invadarecords.com/Downloads.php?ID=00000264" #extradepends=(') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}