From bfc2d093d04af3e0ac8bfa274e90eab1878d7df8 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 2 Nov 2008 13:31:29 -0600 Subject: firmware & utils for hdhomerun --- abs/core-testing/hdhomerun/PKGBUILD | 21 +++++++++++++++++++++ .../hdhomerun/hdhomerun_firmware_20070716.bin | Bin 0 -> 90112 bytes 2 files changed, 21 insertions(+) create mode 100755 abs/core-testing/hdhomerun/PKGBUILD create mode 100644 abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin diff --git a/abs/core-testing/hdhomerun/PKGBUILD b/abs/core-testing/hdhomerun/PKGBUILD new file mode 100755 index 0000000..8c569d2 --- /dev/null +++ b/abs/core-testing/hdhomerun/PKGBUILD @@ -0,0 +1,21 @@ +pkgname=hdhomerun +pkgver=20070726 +pkgrel=1 +pkgdesc="utils and firmware needed for the hdhomerun" +arch=(i686 x86_64) +url="http://www.silicondust.com" +firmware=hdhomerun_firmware_20070716.bin +source=("http://download.silicondust.com/hdhomerun/libhdhomerun_20070726.tgz http://download.silicondust.com/hdhomerun/$firmware") + + +build() { + cd $startdir/src || return 1 + tar -xvf libhdhomerun_20070726.tgz + cd libhdhomerun + make || return 1 + install -D -m755 hdhomerun_config $startdir/pkg/usr/bin/hdhomerun_config + cd .. + install -D -m755 $firmware $startdir/pkg/lib/firmware/$firmware + + +} diff --git a/abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin b/abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin new file mode 100644 index 0000000..6ad51af Binary files /dev/null and b/abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin differ -- cgit v0.12