diff options
Diffstat (limited to 'abs/core-testing/hauppauge-hvr-firmware/PKGBUILD')
-rwxr-xr-x | abs/core-testing/hauppauge-hvr-firmware/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD index ef38191..6011436 100755 --- a/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD +++ b/abs/core-testing/hauppauge-hvr-firmware/PKGBUILD @@ -1,12 +1,14 @@ pkgname=hauppauge-hvr-firmware pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="firmware needed for the hvr cards" arch=(i686 x86_64) url="" makedepends='unzip' -source=("http://steventoth.net/linux/hvr1800/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip") - +source=("http://steventoth.net/linux/hvr1800/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip" + "http://steventoth.net/linux/hvr1400/xc3028L-v36.fw") +md5sums=('7fe395c1a398f079d98e416ee7be3777' + '5260975b76ade7a1d37270129b6d6372') build() { cd $startdir || return 1 @@ -17,4 +19,6 @@ build() { mv hcw85enc.rom v4l-cx23885-enc.fw mv hcw85mlC.rom v4l-cx23885-avcore-01.fw cp -rp *.fw $startdir/pkg/lib/firmware + cd $startdir/src/ + cp -rp *.fw $startdir/pkg/lib/firmware } |