firefox-flash-plugin: updated to version 9.0.115.0

This commit is contained in:
Matt Housh 2007-12-06 13:19:59 -06:00
parent f5b479e233
commit 91b65c8acc
3 changed files with 4 additions and 5 deletions

View File

@ -2,5 +2,4 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/firefox/ drwxr-xr-x root/root usr/lib/firefox/
drwxr-xr-x root/root usr/lib/firefox/plugins/ drwxr-xr-x root/root usr/lib/firefox/plugins/
-r--r--r-- root/root usr/lib/firefox/plugins/flashplayer.xpt
-rwxr-xr-x root/root usr/lib/firefox/plugins/libflashplayer.so -rwxr-xr-x root/root usr/lib/firefox/plugins/libflashplayer.so

View File

@ -1 +1 @@
821cc72359a937caef85bb4cc74ef5cd install_flash_player_9_linux.tar.gz 93b7c48eaa492237b807a3ae1de65cf9 install_flash_player_9_linux.tar.gz

View File

@ -1,16 +1,16 @@
# Description: Macromedia Flash Plugin for Firefox # Description: Macromedia Flash Plugin for Firefox
# URL: http://www.macromedia.com/shockwave/download/ # URL: http://www.macromedia.com/shockwave/download/
# Maintainer: Matt Housh, jaeger at morpheus dot net # Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: firefox # Depends on: firefox
name=firefox-flash-plugin name=firefox-flash-plugin
version=9.0.48.0 version=9.0.115.0
release=1 release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz) source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz)
build() { build() {
mkdir -p $PKG/usr/lib/firefox/plugins mkdir -p $PKG/usr/lib/firefox/plugins
cp install_flash_player_9_linux/{libflashplayer.so,flashplayer.xpt} \ cp install_flash_player_9_linux/libflashplayer.so \
$PKG/usr/lib/firefox/plugins $PKG/usr/lib/firefox/plugins
chown -R root:root $PKG chown -R root:root $PKG
} }