#Maintainer: Ejis #Mandatory pkgname=ladspa_sdk pkgver=1.13 pkgrel=1 zenver=54 arch=i486 source=("http://www.ladspa.org/download/ladspa_sdk_$pkgver.tgz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "LADSPA is a standard that allows software audio processors and" "effects to be plugged into a wide range of audio synthesis and" "recording packages." ) build() { cd $startdir/src/$pkgname/src ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc sed -i "s:/usr:$startdir/pkg/usr:g" ./makefile sed -i "s:-O3:-O2:g" ./makefile make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.ladspa.org/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}