1 # Contributor: honzor <dorhonzor@gmail.com>
5 pkgdesc="Veejay is a visual instrument and realtime video sampler for GNU/Linux"
7 url="http://www.veejayhq.net"
9 depends=('unicap' 'libxml2' 'jack-audio-connection-kit' 'ffmpeg' 'mjpegtools')
10 source=(http://downloads.sourceforge.net/veejay/$pkgname-$pkgver.tar.bz2)
11 md5sums=('a240c32a91f53a401e4d60b47ef2875c')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install