#Maintainer: Ejis #Mandatory category=extra/xap pkgname=dssi-vst pkgver=0.8 pkgrel=1 gccver=4.3.3 gccrel=2 zenver=62 arch=i686 source=("http://downloads.sourceforge.net/dssi/$pkgname-$pkgver.tar.gz" "http://zenwalk.linuxish.net/i486/snapshot/d/gcc-$gccver-i486-$gccrel.tgz" "http://zenwalk.linuxish.net/i486/snapshot/d/gcc-g++-$gccver-i486-$gccrel.tgz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "dssi-vst is a DSSI audio plugin wrapper for VST effects and" "instruments with GUI support" ) build() { gccver=4.3.3 gccrel=2 installpkg -root /opt-gcc $startdir/gcc-$gccver-i486-$gccrel.tgz installpkg -root /opt-gcc $startdir/gcc-g++-$gccver-i486-$gccrel.tgz cd $startdir/src/$pkgname-$pkgver sed -i "s:/usr/local:$startdir/pkg/usr:g" ./Makefile make || return 1 make install rm -rfv /opt-gcc } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://dssi.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}