summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/scte65scan/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/scte65scan/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_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/extra-testing/scte65scan/PKGBUILD')
-rw-r--r--abs/extra-testing/scte65scan/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra-testing/scte65scan/PKGBUILD b/abs/extra-testing/scte65scan/PKGBUILD
deleted file mode 100644
index 221b7ba..0000000
--- a/abs/extra-testing/scte65scan/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Michael Hanson <hansonorders@verizon.net>
-pkgname=scte65scan
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="A reader and parser of SCTE-65 in-band SI data with HDHomerun support."
-arch=('i686')
-url="http://scte65scan.sourceforge.net/"
-license=('GPL')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tgz http://download.silicondust.com/hdhomerun/libhdhomerun_20090830.tgz)
-md5sums=('1ab2d5f1895931c9c1192ee0dcc46f11'
- '9c51200782c159703f3b32de24ae2608')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- tar zxf "$srcdir"/libhdhomerun_20090830.tgz
- make -f Makefile.hdhr || return 1
- mkdir -p "$pkgdir"/usr/bin || return 1
- mkdir -p "$pkgdir"/usr/share/doc/"$pkgname" || return 1
- cp "$srcdir"/"$pkgname"-"$pkgver"/scte65scan "$pkgdir"/usr/bin/ || return 1
- cp "$srcdir"/"$pkgname"-"$pkgver"/Changelog "$pkgdir"/usr/share/doc/"$pkgname" || return 1
- cp "$srcdir"/"$pkgname"-"$pkgver"/README "$pkgdir"/usr/share/doc/"$pkgname" || return 1
- cp "$srcdir"/"$pkgname"-"$pkgver"/us-Cable-Standard-center-frequencies-QAM256 "$pkgdir"/usr/share/doc/"$pkgname" || return 1
-}