diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-03 18:25:32 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-03 18:25:32 +0200 |
commit | b98459adbfa766924b57500e55825c0390dafc2c (patch) | |
tree | b9242398e0ed11a46a8dc93fc6a4ad58b2fd9666 /base/flashplayer/Pkgfile | |
parent | 85a14dd326518d0f43d84b85259ba01137e5f780 (diff) | |
download | nutyx-pakxe-b98459adbfa766924b57500e55825c0390dafc2c.tar.gz nutyx-pakxe-b98459adbfa766924b57500e55825c0390dafc2c.tar.bz2 nutyx-pakxe-b98459adbfa766924b57500e55825c0390dafc2c.tar.xz nutyx-pakxe-b98459adbfa766924b57500e55825c0390dafc2c.zip |
flashplayer dans acompiler
Diffstat (limited to 'base/flashplayer/Pkgfile')
-rw-r--r-- | base/flashplayer/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile deleted file mode 100644 index 0a91beaea..000000000 --- a/base/flashplayer/Pkgfile +++ /dev/null @@ -1,17 +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=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 -} - |