1 # Contributor: Gabor Nyekhelyi (n0gabor) <n0gabor@vipmail.hu>
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')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install