# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.50.ebuild,v 1.6 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/flash_linux DESCRIPTION="Macromedia Shockwave Flash Player" SRC_URI="mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://www.macromedia.com" SLOT="0" KEYWORDS="x86 -ppc sparc " LICENSE="Macromedia" src_install() { exeinto /opt/netscape/plugins insinto /opt/netscape/plugins doexe libflashplayer.so doins ShockwaveFlash.class dodoc README ReadMe.htm if [ "`use mozilla`" ] ; then dodir /usr/lib/mozilla/plugins dosym /opt/netscape/plugins/libflashplayer.so \ /usr/lib/mozilla/plugins/libflashplayer.so dosym /opt/netscape/plugins/ShockwaveFlash.class \ /usr/lib/mozilla/plugins/ShockwaveFlash.class fi }