# 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=clucene-core version=0.9.21 release=1 source=(http://dl.sourceforge.net/sourceforge/clucene/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ make make DESTDIR=$PKG install }