updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / gv4l / PKGBUILD
blob0156296d2d9128ad789d070324fc05c6f274757f
1 # Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor@vipmail.hu>
3 pkgname=gv4l
4 pkgver=2.2.4
5 pkgrel=1
6 pkgdesc="Gv4l is a GUI frontend for the V4L (Video For Linux) functions of transcode, used to record video (and audio) streams from a V4L devices, such as tuners and webcams, in encoded or raw video formats"
7 depends=('libgnomeui' 'gtk2' 'xawtv' 'transcode')
8 source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
9 url="http://gv4l.sourceforge.net"
10 md5sums=('b5692b64f78948d187e1a024f68c6d7f')
11 install=gv4l.install
13 build() {
14    cd $startdir/src/$pkgname-$pkgver
15    ./configure --prefix=/usr
16    make || return 1
17    make DESTDIR=$startdir/pkg install