blob: 0ff1ce8057f9536f61c289b24312b11989901356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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-6.0.69.ebuild,v 1.1 2002/12/16 10:48:25 seemant Exp $
inherit nsplugins
IUSE=""
S=${WORKDIR}/install_flash_player_6_linux
DESCRIPTION="Macromedia Shockwave Flash Player"
SRC_URI="mirror://macromedia/${P}.tar.gz"
HOMEPAGE="http://www.macromedia.com/"
SLOT="0"
KEYWORDS="x86 -ppc -sparc"
LICENSE="Macromedia"
DEPEND="virtual/glibc"
src_install() {
exeinto /opt/netscape/plugins
doexe libflashplayer.so
insinto /opt/netscape/plugins
doins flashplayer.xpt
inst_plugin /opt/netscape/plugins/libflashplayer.so
inst_plugin /opt/netscape/plugins/flashplayer.xpt
dodoc readme.txt
dohtml ReadMe.htm
}
|