summaryrefslogtreecommitdiffstats
path: root/abs/extra/hdhgrab/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-04 04:08:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-04 04:08:02 (GMT)
commit4c97e029f2083f8217ef7d64dc28866decb47e53 (patch)
treea6e77188f41df884a4acd28eb32f659a3a796b25 /abs/extra/hdhgrab/PKGBUILD
parent0fdddf9ae0c87c986ce6cae751c07a0f8c603021 (diff)
downloadlinhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.zip
linhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.tar.gz
linhes_pkgbuild-4c97e029f2083f8217ef7d64dc28866decb47e53.tar.bz2
remove old packages that are no longer needed.
linhes-config-svn ddcxinfo-arch portmap mythtv-vdpau hdhgrp openjdk (jre is still present, we don't need or want both)
Diffstat (limited to 'abs/extra/hdhgrab/PKGBUILD')
-rwxr-xr-xabs/extra/hdhgrab/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/extra/hdhgrab/PKGBUILD b/abs/extra/hdhgrab/PKGBUILD
deleted file mode 100755
index be4fc7f..0000000
--- a/abs/extra/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
-
-
-}