summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-02 19:31:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-02 19:31:29 (GMT)
commitbfc2d093d04af3e0ac8bfa274e90eab1878d7df8 (patch)
tree19a3e27b51f0bc8bebaee6c9c79597c821307548 /abs
parentedd113de73f119cc92789631b095b7ecd4c2b750 (diff)
downloadlinhes_pkgbuild-bfc2d093d04af3e0ac8bfa274e90eab1878d7df8.zip
linhes_pkgbuild-bfc2d093d04af3e0ac8bfa274e90eab1878d7df8.tar.gz
linhes_pkgbuild-bfc2d093d04af3e0ac8bfa274e90eab1878d7df8.tar.bz2
firmware & utils for hdhomerun
Diffstat (limited to 'abs')
-rwxr-xr-xabs/core-testing/hdhomerun/PKGBUILD21
-rw-r--r--abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.binbin0 -> 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
new file mode 100644
index 0000000..6ad51af
--- /dev/null
+++ b/abs/core-testing/hdhomerun/hdhomerun_firmware_20070716.bin
Binary files differ