diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-08-31 10:12:01 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-08-31 10:12:01 +0000 |
commit | c63ba087d77246f7d242d869aa03c368d91b6f6d (patch) | |
tree | 859dc5cd81ada2d6fb0153f2f85881faadc2d284 | |
parent | cc471b475d10e71faf992fb3382b7c82ae32bba4 (diff) | |
download | opt-c63ba087d77246f7d242d869aa03c368d91b6f6d.tar.gz opt-c63ba087d77246f7d242d869aa03c368d91b6f6d.tar.xz |
flash-player-plugin: updated and renamed port (previously called firefox-flash-plugin)
-rw-r--r-- | firefox-flash-plugin/.footprint | 5 | ||||
-rw-r--r-- | firefox-flash-plugin/.md5sum | 1 | ||||
-rw-r--r-- | flash-player-plugin/.footprint | 5 | ||||
-rw-r--r-- | flash-player-plugin/.md5sum | 1 | ||||
-rw-r--r-- | flash-player-plugin/Pkgfile (renamed from firefox-flash-plugin/Pkgfile) | 6 |
5 files changed, 9 insertions, 9 deletions
diff --git a/firefox-flash-plugin/.footprint b/firefox-flash-plugin/.footprint deleted file mode 100644 index 502b5b72d..000000000 --- a/firefox-flash-plugin/.footprint +++ /dev/null @@ -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 diff --git a/firefox-flash-plugin/.md5sum b/firefox-flash-plugin/.md5sum deleted file mode 100644 index 94f756fbf..000000000 --- a/firefox-flash-plugin/.md5sum +++ /dev/null @@ -1 +0,0 @@ -e4cb4d26124605a54c3d498cc440368f install_flash_player_10_linux.tar.gz diff --git a/flash-player-plugin/.footprint b/flash-player-plugin/.footprint new file mode 100644 index 000000000..20ad0cf47 --- /dev/null +++ b/flash-player-plugin/.footprint @@ -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 diff --git a/flash-player-plugin/.md5sum b/flash-player-plugin/.md5sum new file mode 100644 index 000000000..2e2dc8a5c --- /dev/null +++ b/flash-player-plugin/.md5sum @@ -0,0 +1 @@ +7f122a6bf62403c2916f37df48c18768 install_flash_player_10_linux.tar.gz diff --git a/firefox-flash-plugin/Pkgfile b/flash-player-plugin/Pkgfile index 9f521e35a..0bbf47237 100644 --- a/firefox-flash-plugin/Pkgfile +++ b/flash-player-plugin/Pkgfile @@ -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 } |