updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / alsaequal / PKGBUILD
blobe94f654d8c25f122560ac943972fa6ad1f31a9fa
1 # $Id: PKGBUILD, 2009/06/6$
2 # Maintainer: Maxime de Roucy <maxime.deroucy@gmail.com>
3 # Contributor: Maxime de Roucy <maxime.deroucy@gmail.com>
4 pkgname=alsaequal
5 pkgver=0.6
6 pkgrel=3
7 pkgdesc="A real-time adjustable equalizer plugin for ALSA sound server."
8 arch=(i686 x86_64)
9 url="http://www.thedigitalmachine.net/alsaequal.html"
10 license=('GPL2')
11 depends=('alsa-lib' 'ladspa' 'caps')
12 optdepends=('ladspa' 'caps')
13 install=('alsaequal.install')
14 makedepends=()
15 source=("http://www.thedigitalmachine.net/tools/alsaequal-${pkgver}.tar.bz2"
16         'alsaequal.patch')
17 md5sums=('d2edc7710c72cbf3ab297c414e35ebda'
18 '40911a2eedc8fdb85b68bb81ccea65eb')
20 build() {
21         cd $startdir/src/$pkgname
23         mkdir -p $startdir/pkg/usr/lib/alsa-lib/
25         mv ../alsaequal.patch .
27         patch < alsaequal.patch
29         make
31         make DESTDIR="$startdir/pkg" install