summaryrefslogtreecommitdiffstats
path: root/libraries/liboglappth/liboglappth.SlackBuild
diff options
context:
space:
mode:
author Daniil Bratashov <dn2010@gmail.com>2011-11-06 11:04:06 -0200
committer Robby Workman <rworkman@slackbuilds.org>2011-11-26 09:09:08 -0600
commit7b0ba4bcfb1293ef62a22cfabfebbaa04c3a9a42 (patch)
treed0d761945e0e7186d4afc15f7a58262672e858f9 /libraries/liboglappth/liboglappth.SlackBuild
parent4d3a659909d303b82eb0e88a6e8234fb2498f7aa (diff)
downloadslackbuilds-7b0ba4bcfb1293ef62a22cfabfebbaa04c3a9a42.tar.gz
slackbuilds-7b0ba4bcfb1293ef62a22cfabfebbaa04c3a9a42.tar.xz
libraries/liboglappth: Updated for version 1.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/liboglappth/liboglappth.SlackBuild')
-rw-r--r--libraries/liboglappth/liboglappth.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/liboglappth/liboglappth.SlackBuild b/libraries/liboglappth/liboglappth.SlackBuild
index 0dd92973d6..8677d022cf 100644
--- a/libraries/liboglappth/liboglappth.SlackBuild
+++ b/libraries/liboglappth/liboglappth.SlackBuild
@@ -5,16 +5,14 @@
# Written by Daniil Bratashov (dn2010@gmail.com)
PRGNAM=liboglappth
-VERSION=${VERSION:-0.98}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -38,7 +36,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT