diff options
-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 } |