# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="Adobe Flash Player content debugger" HOMEPAGE="http://www.adobe.com/support/flashplayer/downloads.html" SRC_URI="http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa_debug.i386.tar.gz" LICENSE="Adobe" SLOT="11.2" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND} amd64? ( app-emulation/emul-linux-x86-gtklibs ) x86? ( x11-libs/gtk+ )" S="${WORKDIR}" src_install(){ dobin flashplayerdebugger echo FLASHPLAYER_DEBUGGER="${DESTTREE}/bin/flashplayerdebugger" > 99adobe-flashplayer doenvd 99adobe-flashplayer }