mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/flash-player-plugin: Updated for version 11_b2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
9b575230bb
commit
0c0bcd261b
3 changed files with 9 additions and 13 deletions
|
@ -1,6 +1 @@
|
|||
flash-player-plugin (flash plugin for web browsers)
|
||||
|
||||
Adobe's versioning (or lack thereof) and lack of consistency between
|
||||
the 32bit and 64bit flashplayer builds is maddening. I know that
|
||||
the way I've handled it is suboptimal, but absent some very compelling
|
||||
reason to change, that's the way it will remain. Complain to Adobe.
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flash-player-plugin
|
||||
VERSION=11b1
|
||||
VERSION=11_b2
|
||||
DATESTAMP=080811
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -53,7 +54,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
||||
tar xvf $CWD/flashplayer11_b1_install_lin_${SRC_ARCH}_071311.tar.gz -C $PKG
|
||||
tar xvf $CWD/flashplayer${VERSION}_install_lin_${SRC_ARCH}_${DATESTAMP}.tar.gz -C $PKG
|
||||
[ "$SRC_ARCH" = "64" ] && mv $PKG/usr/lib $PKG/usr/lib64
|
||||
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/mozilla/plugins
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="flash-player-plugin"
|
||||
VERSION="11b1"
|
||||
VERSION="11_b2"
|
||||
HOMEPAGE="http://labs.adobe.com/downloads/flashplayer11.html"
|
||||
DOWNLOAD="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_32_071311.tar.gz"
|
||||
MD5SUM="8816dfa0bbb4210df5a37e061834c24a"
|
||||
DOWNLOAD_x86_64="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_64_071311.tar.gz"
|
||||
MD5SUM_x86_64="806b348cfb27054568d9f63d13bee3fd"
|
||||
DOWNLOAD="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b2_install_lin_32_080811.tar.gz"
|
||||
MD5SUM="285d585fd6bbf6bdaf16d404dceaa761"
|
||||
DOWNLOAD_x86_64="http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b2_install_lin_64_080811.tar.gz"
|
||||
MD5SUM_x86_64="87ccb674fbcf94739f82cc6089634623"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue