diff options
Diffstat (limited to 'media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild')
-rw-r--r-- | media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild b/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild deleted file mode 100644 index 018f0b35254f..000000000000 --- a/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild,v 1.5 2004/07/14 21:44:04 agriffis Exp $ - -inherit nsplugins - -SRC_URI="hxplay-0.3.0.71-linux-2.2-libc6-gcc32-i586.tar.bz2" -S=${WORKDIR}/hxplay-linux-2.2-libc6-gcc32-i586 -DESCRIPTION="Helix Player" - -DOWNLOAD_URI="http://forms.helixcommunity.org/helixdnaclient/" -HOMEPAGE="https://player.helixcommunity.org" - -LICENSE="realsdk" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="virtual/x11 - >=x11-libs/gtk+-2.2.0 - media-libs/libvorbis - media-libs/libogg - media-libs/faad2" - -RESTRICT="nostrip fetch" - -src_unpack() { - if [ ! -f ${DISTDIR}/${A} ] ; then - eerror "Please download ${A} from ${DOWNLOAD_URI} to ${DISTDIR}" - die "Some source files were not found" - fi -} - -src_install () { - mkdir -p ${D}/opt/HelixPlayer - cd ${D}/opt/HelixPlayer - - # Install the player - tar xvjf ${DISTDIR}/${A} - mkdir -p ${D}/usr/bin - dosym /opt/HelixPlayer/hxplay /usr/bin/hxplay - - # Install the Mozilla plugin - inst_plugin /opt/HelixPlayer/mozilla/nphelix.so - inst_plugin /opt/HelixPlayer/mozilla/nphelix.xpt -} |