From c229508b559b50f291c5d8093f12241bf7643eff Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 19 Feb 2011 20:42:11 +0100 Subject: virtualbox-bin, dans extra --- base/flashplayer/.footprint.i686 | 5 +++++ base/flashplayer/.footprint.x86_64 | 5 +++++ base/flashplayer/.md5sum.i686 | 1 + base/flashplayer/.md5sum.x86_64 | 1 + base/flashplayer/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 33 insertions(+) create mode 100644 base/flashplayer/.footprint.i686 create mode 100644 base/flashplayer/.footprint.x86_64 create mode 100644 base/flashplayer/.md5sum.i686 create mode 100644 base/flashplayer/.md5sum.x86_64 create mode 100644 base/flashplayer/Pkgfile (limited to 'base/flashplayer') 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 +} + + -- cgit v1.2.3-70-g09d2