summaryrefslogtreecommitdiffstats
path: root/development/bacon/bacon.SlackBuild
diff options
context:
space:
mode:
author Steve Pledger2011-01-01 23:59:13 +0100
committer Robby Workman2011-01-02 07:27:36 +0100
commitdd98e2a1a610a042020d0d38aac82d910b8654b2 (patch)
tree6a19dcbe680015231e66a83ffa81643a13e87c02 /development/bacon/bacon.SlackBuild
parent4bba6ab98b0aeb94c709d2525f538dd6071f299b (diff)
downloadslackbuilds-dd98e2a1a610a042020d0d38aac82d910b8654b2.tar.gz
development/bacon: Updated for version 1.0_build_20.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/bacon/bacon.SlackBuild')
-rw-r--r--development/bacon/bacon.SlackBuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/development/bacon/bacon.SlackBuild b/development/bacon/bacon.SlackBuild
index f361c5ecc3..de9befeeee 100644
--- a/development/bacon/bacon.SlackBuild
+++ b/development/bacon/bacon.SlackBuild
@@ -4,16 +4,9 @@
# Written by Steve Pledger <spledger91@yahoo.com>
-# 2010-12-21 UPDATE:
-# -Niels Horn suggested I display a warning if the internal
-# version doesn't match the VERSION variable
-# -According to the BaCon documentation, I'm supposed to use the '-o'
-# switch for each compiler option.
-# e.g. "-o -O2 -o -march=i486 -o -mtune=i686" instead of "-o -O2 -march=i486 -mtune=i686"
-
PRGNAM="bacon"
-VERSION="${VERSION:-1.0_build_19}"
-BUILD=${BUILD:-2}
+VERSION="${VERSION:-1.0_build_20}"
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -32,10 +25,11 @@ OUTPUT=${OUTPUT:-/tmp}
# Version number may change, so figure out the real version
SRCVER="$(bash $CWD/bacon.bash -v | grep version | cut -d' ' -f3-5 | tr ' ' _)"
+# suggested by Niels Horn:
if [ "$VERSION" != "$SRCVER" ]; then
cat <<EOF
WARNING: The source version ($SRCVER) does not match the VERSION variable ($VERSION).
-To build anyway, re-run the SlackBuild like this:
+To build anyway, run the SlackBuild like this:
VERSION=$SRCVER ./$PRGNAM.SlackBuild