diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 20:42:11 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 20:42:11 +0100 |
commit | c229508b559b50f291c5d8093f12241bf7643eff (patch) | |
tree | 43f34b804fb66e95816773a33e6c669588f039bf /base/flashplayer/Pkgfile | |
parent | 260a7414149ea2c18c5250d1617dd1f547815910 (diff) | |
download | nutyx-extra-c229508b559b50f291c5d8093f12241bf7643eff.tar.gz nutyx-extra-c229508b559b50f291c5d8093f12241bf7643eff.tar.bz2 nutyx-extra-c229508b559b50f291c5d8093f12241bf7643eff.tar.xz nutyx-extra-c229508b559b50f291c5d8093f12241bf7643eff.zip |
virtualbox-bin, dans extra
Diffstat (limited to 'base/flashplayer/Pkgfile')
-rw-r--r-- | base/flashplayer/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile new file mode 100644 index 000000000..4acec7885 --- /dev/null +++ b/base/flashplayer/Pkgfile @@ -0,0 +1,21 @@ +# Description: Plugin flashplayer pour navigateur +# URL: http://www.macromedia.com +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=flashplayer +version=10.1 +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 +} + + |