summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild')
-rw-r--r--media-video/reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-video/reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild b/media-video/reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild
deleted file mode 100644
index 5dd4d1c..0000000
--- a/media-video/reelbox-ehd-bin/reelbox-ehd-bin-12384.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-RESTRICT="strip mirror"
-
-inherit eutils
-
-DESCRIPTION="Reelbox player for the Reel eHD PCI card SVN"
-HOMEPAGE="http://www.reel-multimedia.com"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=media-video/reelbox-ehd-tools-${PV}"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/precompiled"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- gzip -d linux.bin.gz
- gzip -d hdplayer.gz
-}
-
-src_install() {
-
- insinto /opt/reelbox-ehd/hdplayer
- doins hdplayer
-
- insinto /opt/reelbox-ehd
- doins linux.bin
-
- insinto /etc/init.d
- newinitd "${FILESDIR}/reelbox-ehd" reelbox-ehd
-
- echo
- einfo "The hdplayer binary was installed in /opt/reelbox-ehd/hdplayer"
- einfo "You need to install a tftp-server an let him point to /opt/reelbox-ehd."
- echo
- einfo "For a working Reel eHD you need the tun and hdshm module"
- einfo "in modules autoload file"
- echo
- einfo "Since svn-rel 5720 or higher the conf.d/reelbox-ehd is not longer"
- einfo "needed."
- echo
-}