diff options
Diffstat (limited to 'acompiler/flashplayer/Pkgfile')
-rw-r--r-- | acompiler/flashplayer/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} + |