#Maintainer: Ejis #Mandatory category=extra/ap pkgname=tap-plugins pkgver=0.7.1 pkgrel=1 zenver=62 arch=i686 source=("http://downloads.sourceforge.net/tap-plugins/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - LADSPA plugins" "Tom's Audio Processing plugins is a selection of LADSPA" "plugins for audio engineering on the Linux platform. Intended" "for use in a professional DAW environment such as Ardour, it" "includes high quality reverberation, echo, eq, limiter & more." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s:INSTALL_PLUGINS_DIR = /usr/local/lib/ladspa/:INSTALL_PLUGINS_DIR = $startdir/pkg/usr/lib/ladspa/:g" $startdir/src/$pkgname-$pkgver/Makefile sed -i "s:INSTALL_LRDF_DIR = /usr/local/share/ladspa/rdf/:INSTALL_LRDF_DIR = $startdir/pkg/usr/share/ladspa/rdf/:g" $startdir/src/$pkgname-$pkgver/Makefile sed -i "s:-O3:-O2 -march=i686 -mtune=i686:g" $startdir/src/$pkgname-$pkgver/Makefile make -j2 || return 1 make install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://tap-plugins.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}