summaryrefslogtreecommitdiffstats
path: root/acompiler/flashplayer
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 20:42:11 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 20:42:11 +0100
commitc229508b559b50f291c5d8093f12241bf7643eff (patch)
tree43f34b804fb66e95816773a33e6c669588f039bf /acompiler/flashplayer
parent260a7414149ea2c18c5250d1617dd1f547815910 (diff)
downloadnutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.gz
nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.bz2
nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.tar.xz
nutyx-pakxe-c229508b559b50f291c5d8093f12241bf7643eff.zip
virtualbox-bin, dans extra
Diffstat (limited to 'acompiler/flashplayer')
-rw-r--r--acompiler/flashplayer/.footprint.i6865
-rw-r--r--acompiler/flashplayer/.footprint.x86_645
-rw-r--r--acompiler/flashplayer/.md5sum.i6861
-rw-r--r--acompiler/flashplayer/.md5sum.x86_641
-rw-r--r--acompiler/flashplayer/Pkgfile21
5 files changed, 0 insertions, 33 deletions
diff --git a/acompiler/flashplayer/.footprint.i686 b/acompiler/flashplayer/.footprint.i686
deleted file mode 100644
index 502b5b72d..000000000
--- a/acompiler/flashplayer/.footprint.i686
+++ /dev/null
@@ -1,5 +0,0 @@
-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/.footprint.x86_64 b/acompiler/flashplayer/.footprint.x86_64
deleted file mode 100644
index 502b5b72d..000000000
--- a/acompiler/flashplayer/.footprint.x86_64
+++ /dev/null
@@ -1,5 +0,0 @@
-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.i686 b/acompiler/flashplayer/.md5sum.i686
deleted file mode 100644
index efd449a02..000000000
--- a/acompiler/flashplayer/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-49b55c7eb8044453e5f6f2e4b3cb4084 flashplayer10_2_p3_64bit_linux_111710.tar.gz
diff --git a/acompiler/flashplayer/.md5sum.x86_64 b/acompiler/flashplayer/.md5sum.x86_64
deleted file mode 100644
index efd449a02..000000000
--- a/acompiler/flashplayer/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-49b55c7eb8044453e5f6f2e4b3cb4084 flashplayer10_2_p3_64bit_linux_111710.tar.gz
diff --git a/acompiler/flashplayer/Pkgfile b/acompiler/flashplayer/Pkgfile
deleted file mode 100644
index 4acec7885..000000000
--- a/acompiler/flashplayer/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}
-
-