# Description: use nexTView EPG information transmitted in analog TV signals # URL: http://nxtvepg.sourceforge.net/ # Maintainer: # Packager: Andreas Baumann # Depends on: ivtv zvbi tcl tk # (zvbi is not strictly required, only for the proxy; ivtv # is just one possible driver) name=nxtvepg version=2.8.0 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz nxtvepg-2.8.0-tcl-ver.patch nxtvepg-2.8.0-Makefile-libzvbi.patch) build() { cd $name-$version patch -p1 -i ../nxtvepg-2.8.0-tcl-ver.patch patch -p1 -i ../nxtvepg-2.8.0-Makefile-libzvbi.patch TCL_LIBRARY_PATH=/usr/lib/tcl8.5 \ TK_LIBRARY_PATH=/usr/lib/tk8.5 \ make make install ROOT=$PKG prefix=/usr }