summaryrefslogtreecommitdiffstats
path: root/base/flashplayer
diff options
context:
space:
mode:
Diffstat (limited to 'base/flashplayer')
-rw-r--r--base/flashplayer/.footprint5
-rw-r--r--base/flashplayer/.md5sum1
-rw-r--r--base/flashplayer/Pkgfile16
3 files changed, 22 insertions, 0 deletions
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
+}
+