summaryrefslogtreecommitdiff
blob: 512a3764ca98e721cb07dcddb3e345a8b6d7fdea (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2

inherit nsplugins

DESCRIPTION="Adobe Flash Player"
HOMEPAGE="http://www.adobe.com/"
SRC_URI="http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p3_linux_022310.tar.gz"

LICENSE="AdobeFlash-10"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RESTRICT="strip"

DEPEND="${RDEPEND}"
RDEPEND=">=sys-libs/glibc-2.3"

S="${WORKDIR}/install_flash_player_10_linux"

src_install() {
	exeinto /opt/netscape/plugins
	doexe libflashplayer.so
	inst_plugin /opt/netscape/plugins/libflashplayer.so
}