diff options
-rwxr-xr-x | abs/core-testing/hdhomerun/PKGBUILD | 21 | ||||
-rw-r--r-- | abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin | bin | 0 -> 90112 bytes |
2 files changed, 21 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..6ad51af --- /dev/null +++ b/abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin |