updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / jrec2 / PKGBUILD
blob5433cc34774e63c68cda738088189db4fae8d679
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=jrec2
4 pkgver=0.0.1
5 pkgrel=1
6 pkgdesc="Simple patch to the jack_capture example client, that implements silence detection and splitting of output files."
7 arch=(i686 x86_64)
8 url="http://rg42.org/oss/jrec/jrec2"
9 license=('GPL')
10 depends=('jack')
11 source=("http://rg42.org/_media/oss/jrec/jrec-v2.c")
12 md5sums=('57746fff94b05dd091efb347b6b5baa8')
14 build() {
15   cd "$srcdir/"
17    gcc -l jack -lsndfile  jrec-v2.c -o jrec2
20 package() {
21   install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
24 # vim:set ts=2 sw=2 et: