# Description: IVTV Driver for IVTV-based TV Cards (PVR-...). # URL: http://ivtvdriver.org # Maintainer: Andreas Baumann # Packager: Andreas Baumann # Depends on: name=ivtv version=1.0.3 release=1 source=(http://dl.ivtvdriver.org/$name/stable/$name-$version.tar.gz http://dl.ivtvdriver.org/ivtv/firmware/firmware.tar.gz) build() { cd $name-$version # since kernel 2.6.24.x drivers and the framebuffer device are # fully integrated into the kernel. Building only a funny driver # which is not in the kernel and the low-level ivtv utilities here cd utils make && make PREFIX=$PKG/usr install cd ../i2c-drivers make && make PREFIX=$PKG/usr install cd ../.. # firmware doesn't come with the kernel (yet) mkdir -p $PKG/lib/firmware install -m 0644 v4l-cx2341x-dec.fw $PKG/lib/firmware install -m 0644 v4l-cx2341x-enc.fw $PKG/lib/firmware install -m 0644 v4l-cx2341x-init.mpg $PKG/lib/firmware }