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 /extra/flashplayer | |
parent | 2aa620a56a4a0f84eb079e2754f8fbe4e481b604 (diff) | |
download | nutyx-pakxe-ce75b25055a08a9d3eb653c2510387c244827630.tar.gz nutyx-pakxe-ce75b25055a08a9d3eb653c2510387c244827630.tar.bz2 nutyx-pakxe-ce75b25055a08a9d3eb653c2510387c244827630.tar.xz nutyx-pakxe-ce75b25055a08a9d3eb653c2510387c244827630.zip |
flashplayer dans base
Diffstat (limited to 'extra/flashplayer')
-rw-r--r-- | extra/flashplayer/.footprint | 5 | ||||
-rw-r--r-- | extra/flashplayer/.md5sum | 1 | ||||
-rw-r--r-- | extra/flashplayer/Pkgfile | 19 |
3 files changed, 0 insertions, 25 deletions
diff --git a/extra/flashplayer/.footprint b/extra/flashplayer/.footprint deleted file mode 100644 index 502b5b72d..000000000 --- a/extra/flashplayer/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/firefox/ -drwxr-xr-x root/root usr/lib/firefox/plugins/ --rwxr-xr-x root/root usr/lib/firefox/plugins/libflashplayer.so diff --git a/extra/flashplayer/.md5sum b/extra/flashplayer/.md5sum deleted file mode 100644 index 735e5d09f..000000000 --- a/extra/flashplayer/.md5sum +++ /dev/null @@ -1 +0,0 @@ -04c37fda1543a1c811dcf82869f580b3 flashplayer10_1_p3_linux_022310.tar.gz diff --git a/extra/flashplayer/Pkgfile b/extra/flashplayer/Pkgfile deleted file mode 100644 index 1a9f26e4f..000000000 --- a/extra/flashplayer/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Plugin flashplayer pour navigateur -# 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 -} - |