summaryrefslogtreecommitdiffstats
path: root/base/flashplayer
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-03 22:36:44 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-03 22:36:44 +0200
commitce75b25055a08a9d3eb653c2510387c244827630 (patch)
tree2e119c3876e4e5961a904e235aeaaf6d198cc1db /base/flashplayer
parent2aa620a56a4a0f84eb079e2754f8fbe4e481b604 (diff)
downloadnutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.gz
nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.bz2
nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.xz
nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.zip
flashplayer dans base
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
+}
+