diff options
Diffstat (limited to 'acompiler')
-rw-r--r-- | acompiler/flashplayer/.footprint | 5 | ||||
-rw-r--r-- | acompiler/flashplayer/.md5sum | 1 | ||||
-rw-r--r-- | acompiler/flashplayer/Pkgfile | 17 |
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 +} + |