#Maintainer: Ejis #Mandatory category=extra/xap pkgname=tapeutape pkgver=0.1.1 pkgrel=1 zenver=54 arch=i486 source=("http://www.tardigrade-inc.com/uploads/$pkgname-$pkgver.tar.gz" "tapeutape.png") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Tapeutape is a midi-controlled virtual sampler. It is highly" "configurable, lets you create instruments/kits/setups and is" "designed for live performance. It works on Gnu/Linux with the" "Jack sound server. There's a command-line and a gui version." "It is released under the GNU General Public Licence." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s:/usr/local:$startdir/pkg/usr:g" ./SConstruct scons CFLAGS="-O2 -march=i486 -mtune=i686" CCXFLAGS="-O2 -march=i486 -mtune=i686" --debug=presub mkdir -p $startdir/pkg/usr/bin mv ./tapeutape $startdir/pkg/usr/bin/tapeutape_gui scons -c scons gui=0 CFLAGS="-O2 -march=i486 -mtune=i686" CCXFLAGS="-O2 -march=i486 -mtune=i686" --debug=presub scons install sed -i "s:Exec=tapeutape:Exec=tapeutape_gui:g" $startdir/pkg/usr/share/applications/tapeutape.desktop mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps cp $startdir/tapeutape.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.tardigrade-inc.com/index.php/En/Tapeutape" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}