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 | |
parent | 260a7414149ea2c18c5250d1617dd1f547815910 (diff) | |
download | nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.gz nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.bz2 nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.xz nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.zip |
virtualbox-bin, dans extra
Diffstat (limited to 'base/flashplayer')
-rw-r--r-- | base/flashplayer/.footprint.i686 | 5 | ||||
-rw-r--r-- | base/flashplayer/.footprint.x86_64 | 5 | ||||
-rw-r--r-- | base/flashplayer/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/flashplayer/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/flashplayer/Pkgfile | 21 |
5 files changed, 33 insertions, 0 deletions
diff --git a/base/flashplayer/.footprint.i686 b/base/flashplayer/.footprint.i686 new file mode 100644 index 000000000..502b5b72d --- /dev/null +++ b/base/flashplayer/.footprint.i686 @@ -0,0 +1,5 @@ +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/base/flashplayer/.footprint.x86_64 b/base/flashplayer/.footprint.x86_64 new file mode 100644 index 000000000..502b5b72d --- /dev/null +++ b/base/flashplayer/.footprint.x86_64 @@ -0,0 +1,5 @@ +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/base/flashplayer/.md5sum.i686 b/base/flashplayer/.md5sum.i686 new file mode 100644 index 000000000..efd449a02 --- /dev/null +++ b/base/flashplayer/.md5sum.i686 @@ -0,0 +1 @@ +49b55c7eb8044453e5f6f2e4b3cb4084 flashplayer10_2_p3_64bit_linux_111710.tar.gz diff --git a/base/flashplayer/.md5sum.x86_64 b/base/flashplayer/.md5sum.x86_64 new file mode 100644 index 000000000..efd449a02 --- /dev/null +++ b/base/flashplayer/.md5sum.x86_64 @@ -0,0 +1 @@ +49b55c7eb8044453e5f6f2e4b3cb4084 flashplayer10_2_p3_64bit_linux_111710.tar.gz 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 +} + + |