# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg # /space/gentoo/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-5.0.47-r3.ebuild,v 1.1 2001/12/13 15:45:39 hallski Exp S=${WORKDIR}/Linux DESCRIPTION="Macromedia Shockwave Flash Player" SRC_URI="http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r47/flash_linux.tar.gz" HOMEPAGE="http://www.macromedia.com" src_install() { cd ${S} dodir /opt/netscape/plugins insinto /opt/netscape/plugins doins libflashplayer.so ShockwaveFlash.class dodoc README.Linux 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 }