summaryrefslogtreecommitdiffstats
path: root/acompiler
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-05 13:48:33 +0100
committersibel <lesibel@free.fr>2011-01-05 13:48:33 +0100
commit0be4359165662259c2eefb9f2233b2faf88aa898 (patch)
tree66a1fdf1da57cef99718372d881529b9a3f8e209 /acompiler
parent4362a9b5fd9059e4103db5a562907cf84088ba12 (diff)
downloadnutyx-pakxe-0be4359165662259c2eefb9f2233b2faf88aa898.tar.gz
nutyx-pakxe-0be4359165662259c2eefb9f2233b2faf88aa898.tar.bz2
nutyx-pakxe-0be4359165662259c2eefb9f2233b2faf88aa898.tar.xz
nutyx-pakxe-0be4359165662259c2eefb9f2233b2faf88aa898.zip
flashplayer, prise en compte 64 bits
Diffstat (limited to 'acompiler')
-rw-r--r--acompiler/flashplayer/.md5sum2
-rw-r--r--acompiler/flashplayer/Pkgfile14
2 files changed, 10 insertions, 6 deletions
diff --git a/acompiler/flashplayer/.md5sum b/acompiler/flashplayer/.md5sum
index 5ffdbff7b..efd449a02 100644
--- a/acompiler/flashplayer/.md5sum
+++ b/acompiler/flashplayer/.md5sum
@@ -1 +1 @@
-d3d8f82384325c2adfb4cfd5ef173d7f install_flash_player_10.1_linux.tar.gz
+49b55c7eb8044453e5f6f2e4b3cb4084 flashplayer10_2_p3_64bit_linux_111710.tar.gz
diff --git a/acompiler/flashplayer/Pkgfile b/acompiler/flashplayer/Pkgfile
index e0e9428f3..4acec7885 100644
--- a/acompiler/flashplayer/Pkgfile
+++ b/acompiler/flashplayer/Pkgfile
@@ -5,13 +5,17 @@
name=flashplayer
version=10.1
-release=1
-
-
-source=(http://nutyx.meticul.eu/files/install_flash_player_${version}_linux.tar.gz)
+release=2
+case `uname -m` in
+ x86_64)
+ source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz) ;;
+ i?86)
+ source=(http://nutyx.meticul.eu/files/install_flash_player_${version}_linux.tar.gz) ;;
+esac
build() {
- install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so
+ install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so
}
+