1 # Contributor: Berseker <berseker86@gmail.com>
6 pkgdesc="v4l-dvb patched with Alfatech 9016 Drivers"
8 url="http://linuxtv.org/hg/~anttip/af9015"
19 install=v4l-dvb-af9015.install
21 http://linuxtv.org/hg/~anttip/af9015/archive/tip.tar.bz2
22 af901x-NXP-TDA18218.patch
23 #https://patchwork.kernel.org/patch/82494/raw/
27 cd "$srcdir/$_realname-$pkgver"
29 patch -Np1 < ../af901x-NXP-TDA18218.patch
31 ./configure --prefix=/usr
32 make CONFIG_DVB_FIREDTV=n || return 1
33 make DESTDIR="$pkgdir/" install
35 md5sums=('00174211612ec19a561f184c84b93ca8'
36 '05ac406bae9c86bc42ff407fa8e9a6dc')