1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Listens for sound and starts recording until the sound stops."
8 url="http://www.vanheusden.com/listener/"
10 depends=('ncurses' 'portaudio')
11 backup=("etc/$pkgname.conf")
12 source=("$url$pkgname-$pkgver.tgz")
13 md5sums=('c793da01635e25ec04b87d3ed83d359d')
16 cd "$srcdir/$pkgname-$pkgver"
18 sed -i "s|/usr/local||" Makefile $pkgname.h manual.html
23 cd "$srcdir/$pkgname-$pkgver"
26 install -Dm755 $pkgname \
27 "$pkgdir/usr/bin/$pkgname"
28 install -Dm755 set$pkgname \
32 install -Dm644 $pkgname.conf \
33 "$pkgdir/etc/$pkgname.conf"
36 install -Dm644 manual.html \
37 "$pkgdir/usr/share/doc/$pkgname/manual.html"
40 # vim:set ts=2 sw=2 et: