#Maintainer: Ejis #Mandatory pkgname=blop pkgver=0.2.8 pkgrel=1 zenver=54 arch=i686 source=("http://downloads.sourceforge.net/blop/$pkgname-$pkgver.tar.gz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Bandlimited LADSPA Oscillator Plugins" "BLOP comprises a set of LADSPA plugins that generate" "bandlimited sawtooth, square, variable pulse and slope-variable" "triangle waves, principally for use with one of the many modular" "software synthesisers available." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://blop.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}