#Maintainer: Ejis #Mandatory pkgname=vocoder-ladspa pkgver=0.3 pkgrel=1 zenver=54 arch=i686 source=("http://www.sirlab.de/linux/download/$pkgname-$pkgver.tgz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Bandlimited LADSPA Oscillator Plugins" "A vocoder is a sound effect that can make a human voice sound" "synthetic. It is often used to speak like a robot, with a" "metallic and monotonous voice." ) build() { cd $startdir/src/vocoder-$pkgver sed -i "s:INSTALL_PLUGINS_DIR = /usr/local/lib/ladspa/:INSTALL_PLUGINS_DIR = $startdir/pkg/usr/lib/ladspa/:g" $startdir/src/vocoder-$pkgver/Makefile make || return 1 make install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.sirlab.de/linux/descr_vocoder.html" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}