summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/bacon/bacon.SlackBuild14
-rw-r--r--development/bacon/bacon.info8
2 files changed, 8 insertions, 14 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
diff --git a/development/bacon/bacon.info b/development/bacon/bacon.info
index b58b5e0780..b46020d1ad 100644
--- a/development/bacon/bacon.info
+++ b/development/bacon/bacon.info
@@ -1,12 +1,12 @@
PRGNAM="bacon"
-VERSION="1.0_build_19"
+VERSION="1.0_build_20"
HOMEPAGE="http://www.basic-converter.org"
DOWNLOAD="http://www.basic-converter.org/bacon.bash \
http://www.basic-converter.org/bacon.bac"
-MD5SUM="d60f0edfca5a46bf16fcb61e998156e0 \
- 571a6eb03b9c8df5a1cc283f729811e0"
+MD5SUM="aec6559d9d9396c8069def1d2536c2f9 \
+ 99e9d7f916d7fa62860585f8540848ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Steve Pledger"
EMAIL="spledger91@yahoo.com"
-APPROVED="Niels Horn"
+APPROVED="dsomero"