Lines 4-12
Link Here
|
4 |
|
4 |
|
5 |
inherit nsplugins |
5 |
inherit nsplugins |
6 |
|
6 |
|
7 |
S=${WORKDIR}/install_flash_player_7_linux |
7 |
S=${WORKDIR}/flash-player-plugin-${PV} |
8 |
DESCRIPTION="Macromedia Shockwave Flash Player" |
8 |
DESCRIPTION="Macromedia Shockwave Flash Player" |
9 |
SRC_URI="mirror://macromedia/rpmsource/flash-plugin-${PV}.tar.gz" |
9 |
SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_101806.tar.gz" |
10 |
HOMEPAGE="http://www.macromedia.com/" |
10 |
HOMEPAGE="http://www.macromedia.com/" |
11 |
|
11 |
|
12 |
IUSE="" |
12 |
IUSE="" |
Lines 20-27
Link Here
|
20 |
|
20 |
|
21 |
RESTRICT="nostrip" |
21 |
RESTRICT="nostrip" |
22 |
|
22 |
|
23 |
QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so" |
|
|
24 |
|
25 |
pkg_setup() { |
23 |
pkg_setup() { |
26 |
# This is a binary x86 package => ABI=x86 |
24 |
# This is a binary x86 package => ABI=x86 |
27 |
# Please keep this in future versions |
25 |
# Please keep this in future versions |
Lines 33-44
Link Here
|
33 |
exeinto /opt/netscape/plugins |
31 |
exeinto /opt/netscape/plugins |
34 |
doexe libflashplayer.so |
32 |
doexe libflashplayer.so |
35 |
|
33 |
|
36 |
insinto /opt/netscape/plugins |
|
|
37 |
doins flashplayer.xpt |
38 |
|
39 |
inst_plugin /opt/netscape/plugins/libflashplayer.so |
34 |
inst_plugin /opt/netscape/plugins/libflashplayer.so |
40 |
inst_plugin /opt/netscape/plugins/flashplayer.xpt |
|
|
41 |
|
35 |
|
42 |
dodoc Readme.txt |
36 |
dodoc readme.txt |
43 |
dohtml Readme.htm |
|
|
44 |
} |
37 |
} |