diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 21:05:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 21:05:18 +0000 |
commit | 2b925d9fe12eada51744001b3443fccef40cf701 (patch) | |
tree | 775a0178da9b5057a738c163c41d037842da375e /www-plugins/mozplugger/mozplugger-1.10.2.ebuild | |
parent | Removed old version. (diff) | |
download | gentoo-2-2b925d9fe12eada51744001b3443fccef40cf701.tar.gz gentoo-2-2b925d9fe12eada51744001b3443fccef40cf701.tar.bz2 gentoo-2-2b925d9fe12eada51744001b3443fccef40cf701.zip |
Package moved from net-www to www-plugins, bug 265569.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'www-plugins/mozplugger/mozplugger-1.10.2.ebuild')
-rw-r--r-- | www-plugins/mozplugger/mozplugger-1.10.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www-plugins/mozplugger/mozplugger-1.10.2.ebuild b/www-plugins/mozplugger/mozplugger-1.10.2.ebuild new file mode 100644 index 000000000000..dd070f58081f --- /dev/null +++ b/www-plugins/mozplugger/mozplugger-1.10.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.10.2.ebuild,v 1.1 2009/04/09 21:05:18 ulm Exp $ + +inherit nsplugins + +DESCRIPTION="Streaming media plugin for Mozilla, based on netscape-plugger" +SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz" +HOMEPAGE="http://mozplugger.mozdev.org/" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND} + || ( net-libs/xulrunner + www-client/mozilla-firefox + www-client/seamonkey )" + +src_compile() { + emake linux || die +} + +src_install() { + emake root="${D}" install || die "install failed" + src_mv_plugins /usr/lib/mozilla/plugins + + dodoc ChangeLog README || die "dodoc failed" +} |