From ce75b25055a08a9d3eb653c2510387c244827630 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 3 May 2010 22:36:44 +0200 Subject: flashplayer dans base --- base/flashplayer/.footprint | 5 +++++ base/flashplayer/.md5sum | 1 + base/flashplayer/Pkgfile | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 base/flashplayer/.footprint create mode 100644 base/flashplayer/.md5sum create mode 100644 base/flashplayer/Pkgfile (limited to 'base') diff --git a/base/flashplayer/.footprint b/base/flashplayer/.footprint new file mode 100644 index 000000000..502b5b72d --- /dev/null +++ b/base/flashplayer/.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/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 b/base/flashplayer/.md5sum new file mode 100644 index 000000000..735e5d09f --- /dev/null +++ b/base/flashplayer/.md5sum @@ -0,0 +1 @@ +04c37fda1543a1c811dcf82869f580b3 flashplayer10_1_p3_linux_022310.tar.gz diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile new file mode 100644 index 000000000..f4154d333 --- /dev/null +++ b/base/flashplayer/Pkgfile @@ -0,0 +1,16 @@ +# 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.p3 +release=1 + + +source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p3_linux_022310.tar.gz) + +build() { + install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so +} + -- cgit v1.2.3-54-g00ecf