1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Simple patch to the jack_capture example client, that implements silence detection and splitting of output files."
8 url="http://rg42.org/oss/jrec/jrec2"
11 source=("http://rg42.org/_media/oss/jrec/jrec-v2.c")
12 md5sums=('57746fff94b05dd091efb347b6b5baa8')
17 gcc -l jack -lsndfile jrec-v2.c -o jrec2
21 install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
24 # vim:set ts=2 sw=2 et: