From b98459adbfa766924b57500e55825c0390dafc2c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 3 Oct 2010 18:25:32 +0200 Subject: flashplayer dans acompiler --- acompiler/flashplayer/.footprint | 5 +++++ acompiler/flashplayer/.md5sum | 1 + acompiler/flashplayer/Pkgfile | 17 +++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 acompiler/flashplayer/.footprint create mode 100644 acompiler/flashplayer/.md5sum create mode 100644 acompiler/flashplayer/Pkgfile (limited to 'acompiler') 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 +} + -- cgit v1.2.3-54-g00ecf