diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/hdhomerun/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/hdhomerun/PKGBUILD')
-rwxr-xr-x | abs/core-testing/hdhomerun/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core-testing/hdhomerun/PKGBUILD b/abs/core-testing/hdhomerun/PKGBUILD deleted file mode 100755 index 51186e0..0000000 --- a/abs/core-testing/hdhomerun/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -pkgname=hdhomerun -pkgver=20100213 -pkgrel=1 -pkgdesc="utils and firmware needed for the hdhomerun" -arch=(i686 x86_64) -url="http://www.silicondust.com" -firmware=hdhomerun_atsc_firmware_$pkgver.bin -firmware2=hdhomerun_dvbt_firmware_$pkgver.bin -firmware3=hdhomerun_tech_atsc_firmware_$pkgver.bin -url=http://download.silicondust.com/hdhomerun -source=("$url/libhdhomerun_$pkgver.tgz" "$url/$firmware" "$url/$firmware2" "$url/$firmware3" ) - - -build() { - cd $startdir/src || return 1 - cd libhdhomerun - make || return 1 - install -D -m755 hdhomerun_config $startdir/pkg/usr/bin/hdhomerun_config - cd .. - mkdir -p $startdir/pkg/lib/firmware - cp $startdir/src/*.bin $startdir/pkg/lib/firmware/ -} -md5sums=('c69f46d0a671e3d7aaacc82ad393644a' - '8b23724c2afb04cd909d3c1ff392d287' - '369be2b2c95c2c93e0f2b09fcc01edfb' - '9e83fbf8a74d6b8f746cc9f1414e9167') |