1 # Contributor: Andreas Baumann <abaumann at yahoo dot com>
7 pkgdesc="VDR-Plugin to use VDR with analogue Hauppauge PVR350 card as output device."
8 url="http://drseltsam.device.name/vdr/pvr/src/pvr350/"
10 depends=('vdr' 'twolame' 'a52dec')
12 source=(http://drseltsam.device.name/vdr/pvr/src/pvr350/old/vdr-pvr350-2008-09-07.tgz)
13 md5sums=('3ffd38d2395687c6d19804b7b9f5e6df')
16 cd ${srcdir}/pvr350-2008-09-07/
18 mkdir -p "${pkgdir}/usr/lib/vdr"
19 make VDRDIR=/usr/src/VDR LIBDIR="${pkgdir}/usr/lib/vdr" LOCALEDIR="${pkgdir}/usr/share/locale/" DESTDIR=$startdir/pkg || return 1