summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/hdhgrab/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/hdhgrab/PKGBUILD')
-rwxr-xr-xabs/extra-testing/hdhgrab/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/extra-testing/hdhgrab/PKGBUILD b/abs/extra-testing/hdhgrab/PKGBUILD
deleted file mode 100755
index be4fc7f..0000000
--- a/abs/extra-testing/hdhgrab/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgname=hdhgrab
-pkgver=1
-pkgrel=1
-arch=("i686")
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-url="myth2ipod.com"
-depends=('hdhomerun' )
-source=(http://ops.nocc.us/hdh/hdhgrab.tar.gz)
-
-
-build() {
- cd $startdir/src
-
- install -D -m 755 hdhscan $startdir/pkg/usr/bin/hdhscan
- install -D -m 755 hdhgrab $startdir/pkg/usr/bin/hdhgrab
- install -D -m755 README $startdir/pkg/usr/share/README.hdhgrab
-
-
-}