summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-28 14:47:06 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-28 14:47:06 +0000
commit75855441b18fbf33cd6c6426209ea5392785a729 (patch)
tree5df006b79090890581719e3bec97b64bacfa2ad6 /flashplayer-plugin
parentd657eef2b374f17d033f91eb7ff3fb72591694a8 (diff)
downloadasb-75855441b18fbf33cd6c6426209ea5392785a729.tar.gz
asb-75855441b18fbf33cd6c6426209ea5392785a729.tar.xz
Make preview version variable
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 06bda30b..124f215b 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -54,6 +54,7 @@
PRGNAM=flashplayer-plugin
VERSION=${VERSION:-10.092710}
+PREVER=${PREVER:-2}
SRCVER=$(echo $VERSION | cut -d'.' -f2)
BUILD=${BUILD:-1}
@@ -85,8 +86,8 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-SOURCE="$SRCDIR/flashplayer_square_p1_${ARCHBITS}bit_linux_${SRCVER}.tar.gz"
-SRCURL="http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_${ARCHBITS}bit_linux_${SRCVER}.tar.gz"
+SOURCE="$SRCDIR/flashplayer_square_p${PREVER}_${ARCHBITS}bit_linux_${SRCVER}.tar.gz"
+SRCURL="http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p${PREVER}_${ARCHBITS}bit_linux_${SRCVER}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##