# $Id$ # Maintainer : speps # Contributor: DonVla # ALARM: Kevin Mihelich # - delete prepare function that set SSE build flags pkgname=caps pkgver=0.9.24 pkgrel=1 pkgdesc="The LADSPA C* Audio Plugin Suite" arch=('i686' 'x86_64') url="http://quitte.de/dsp/caps.html" license=('GPL3') groups=('ladspa-plugins') depends=('ladspa') source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2") md5sums=('c1d634038dcb54702306c0e30cb1c626') build() { cd $pkgname-$pkgver make } package() { cd $pkgname-$pkgver make PREFIX="$pkgdir/usr" install }