1 # $Id: PKGBUILD, 2009/06/6$
2 # Maintainer: Maxime de Roucy <maxime.deroucy@gmail.com>
3 # Contributor: Maxime de Roucy <maxime.deroucy@gmail.com>
7 pkgdesc="A real-time adjustable equalizer plugin for ALSA sound server."
9 url="http://www.thedigitalmachine.net/alsaequal.html"
11 depends=('alsa-lib' 'ladspa' 'caps')
12 optdepends=('ladspa' 'caps')
13 install=('alsaequal.install')
15 source=("http://www.thedigitalmachine.net/tools/alsaequal-${pkgver}.tar.bz2"
17 md5sums=('d2edc7710c72cbf3ab297c414e35ebda'
18 '40911a2eedc8fdb85b68bb81ccea65eb')
21 cd $startdir/src/$pkgname
23 mkdir -p $startdir/pkg/usr/lib/alsa-lib/
25 mv ../alsaequal.patch .
27 patch < alsaequal.patch
31 make DESTDIR="$startdir/pkg" install