summaryrefslogtreecommitdiffstats
path: root/acompiler
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-03 18:25:32 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-03 18:25:32 +0200
commitb98459adbfa766924b57500e55825c0390dafc2c (patch)
treeb9242398e0ed11a46a8dc93fc6a4ad58b2fd9666 /acompiler
parent85a14dd326518d0f43d84b85259ba01137e5f780 (diff)
downloadnutyx-extra-b98459adbfa766924b57500e55825c0390dafc2c.tar.gz
nutyx-extra-b98459adbfa766924b57500e55825c0390dafc2c.tar.bz2
nutyx-extra-b98459adbfa766924b57500e55825c0390dafc2c.tar.xz
nutyx-extra-b98459adbfa766924b57500e55825c0390dafc2c.zip
flashplayer dans acompiler
Diffstat (limited to 'acompiler')
-rw-r--r--acompiler/flashplayer/.footprint5
-rw-r--r--acompiler/flashplayer/.md5sum1
-rw-r--r--acompiler/flashplayer/Pkgfile17
3 files changed, 23 insertions, 0 deletions
diff --git a/acompiler/flashplayer/.footprint b/acompiler/flashplayer/.footprint
new file mode 100644
index 000000000..502b5b72d
--- /dev/null
+++ b/acompiler/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/acompiler/flashplayer/.md5sum b/acompiler/flashplayer/.md5sum
new file mode 100644
index 000000000..ddfd08f50
--- /dev/null
+++ b/acompiler/flashplayer/.md5sum
@@ -0,0 +1 @@
+dbfc776cd4310250cde078e0bf0472e7 install_flash_player_10_linux.tar.gz
diff --git a/acompiler/flashplayer/Pkgfile b/acompiler/flashplayer/Pkgfile
new file mode 100644
index 000000000..0a91beaea
--- /dev/null
+++ b/acompiler/flashplayer/Pkgfile
@@ -0,0 +1,17 @@
+# 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=1
+
+
+source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz)
+
+
+build() {
+ install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so
+}
+