# Description: The Zapping VBI library provides functions to capture and decode VBI data. # URL: http://zapping.sourceforge.net/ZVBI/ # Maintainer: Andreas Baumann, abaumann at yahoo dot com # Depends on: name=zvbi version=0.2.30 release=1 source=(http://dl.sourceforge.net/sourceforge/zapping/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --without-doxygen \ --disable-nls \ --enable-v4l \ --disable-proxy make make DESTDIR=$PKG install }