diff options
Diffstat (limited to 'net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild')
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild b/net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild deleted file mode 100644 index 763237c434f1..000000000000 --- a/net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-2.40.ebuild,v 1.3 2004/03/03 16:26:28 mholzer Exp $ - -inherit nsplugins - -S=${WORKDIR}/${PN} -GECKO_SDK="gecko-sdk-i686-pc-linux-gnu-1.6.tar.gz" - -DESCRIPTION="mplayer plug-in for Mozilla" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - x86? ( ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/${GECKO_SDK} ) " -HOMEPAGE="http://mplayerplug-in.sourceforge.net/" - -KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND=">=media-video/mplayer-0.92" - -src_compile() { - local myconf - use x86 && myconf="${myconf} --with-gecko-sdk=${WORKDIR}/gecko-sdk" - econf ${myconf} || die - emake || die -} - -src_install() { - exeinto /opt/netscape/plugins - doexe mplayerplug-in.so - inst_plugin /opt/netscape/plugins/mplayerplug-in.so - - insinto /etc - doins mplayerplug-in.conf - - dodoc ChangeLog INSTALL LICENSE README -} |