diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-03 22:36:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-03 22:36:44 +0200 |
commit | ce75b25055a08a9d3eb653c2510387c244827630 (patch) | |
tree | 2e119c3876e4e5961a904e235aeaaf6d198cc1db | |
parent | 2aa620a56a4a0f84eb079e2754f8fbe4e481b604 (diff) | |
download | nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.gz nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.bz2 nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.tar.xz nutyx-extra-ce75b25055a08a9d3eb653c2510387c244827630.zip |
flashplayer dans base
-rw-r--r-- | base/flashplayer/.footprint (renamed from extra/flashplayer/.footprint) | 0 | ||||
-rw-r--r-- | base/flashplayer/.md5sum (renamed from extra/flashplayer/.md5sum) | 0 | ||||
-rw-r--r-- | base/flashplayer/Pkgfile (renamed from extra/flashplayer/Pkgfile) | 3 |
3 files changed, 0 insertions, 3 deletions
diff --git a/extra/flashplayer/.footprint b/base/flashplayer/.footprint index 502b5b72d..502b5b72d 100644 --- a/extra/flashplayer/.footprint +++ b/base/flashplayer/.footprint diff --git a/extra/flashplayer/.md5sum b/base/flashplayer/.md5sum index 735e5d09f..735e5d09f 100644 --- a/extra/flashplayer/.md5sum +++ b/base/flashplayer/.md5sum diff --git a/extra/flashplayer/Pkgfile b/base/flashplayer/Pkgfile index 1a9f26e4f..f4154d333 100644 --- a/extra/flashplayer/Pkgfile +++ b/base/flashplayer/Pkgfile @@ -2,18 +2,15 @@ # URL: http://www.macromedia.com # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: firefox name=flashplayer version=10.1.p3 release=1 -#source=(http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_${version%%.*}_linux.tar.gz) source=(http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p3_linux_022310.tar.gz) build() { -# install -D -m 0755 install_flash_player_${version%%.*}_linux/libflashplayer.so \ install -D -m 0755 $SRC/libflashplayer.so $PKG/usr/lib/firefox/plugins/libflashplayer.so } |