1 #Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
2 #Contributor: Jochen Immend�rfer <jochen dot immendoerfer at gmail dot com>
7 pkgdesc='ALSA tools package'
9 url='http://alsa-project.org/'
11 depends=('fltk' 'alsa-lib' 'gtk2' 'pygtk')
13 source=("ftp://ftp.alsa-project.org/pub/tools/$pkgname-$pkgver.tar.bz2")
14 md5sums=('08fe93a12006093e590d7ecc02b119dd')
17 for f in $(find "$srcdir/$pkgname-$pkgver" -type f -name configure ); do
18 [[ -x $f ]] || continue
20 [[ qlo10k1 = ${PWD##*/} ]] && continue
21 msg2 "Building ${PWD##*/}"
22 ./configure --prefix=/usr --x-libraries=/usr/lib
28 for f in $(find "$srcdir/$pkgname-$pkgver" -type f -name configure ); do
29 [[ -x $f ]] || continue
31 [[ qlo10k1 = ${PWD##*/} ]] && continue
32 msg2 "Installing ${PWD##*/}"
33 make "DESTDIR=$pkgdir" install
37 # vim:set ts=2 sw=2 ft=sh et: