flash-player-plugin: updated and renamed port (previously called firefox-flash-plugin)

This commit is contained in:
Jose V Beneyto 2010-08-31 10:12:01 +00:00
parent cc471b475d
commit c63ba087d7
5 changed files with 9 additions and 9 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/firefox/
drwxr-xr-x root/root usr/lib/firefox/plugins/
-rwxr-xr-x root/root usr/lib/firefox/plugins/libflashplayer.so

View File

@ -1 +0,0 @@
e4cb4d26124605a54c3d498cc440368f install_flash_player_10_linux.tar.gz

View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/mozilla/
drwxr-xr-x root/root usr/lib/mozilla/plugins/
-rwxr-xr-x root/root usr/lib/mozilla/plugins/libflashplayer.so

View File

@ -0,0 +1 @@
7f122a6bf62403c2916f37df48c18768 install_flash_player_10_linux.tar.gz

View File

@ -2,14 +2,14 @@
# URL: http://www.adobe.com/products/flashplayer/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: firefox
# Depends on:
name=firefox-flash-plugin
name=flash-player-plugin
version=10.1
release=1
source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz)
build() {
install -D -m 0755 libflashplayer.so \
$PKG/usr/lib/firefox/plugins/libflashplayer.so
$PKG/usr/lib/mozilla/plugins/libflashplayer.so
}