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