diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-11-19 14:20:19 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-11-19 16:52:08 -0600 |
commit | fb80020f10a2063b7273ffe8e4d18a1caed70028 (patch) | |
tree | d74e2626a7e0e99bc502b4ffbde92871e9d1cf18 /libraries/libetpan/libetpan.SlackBuild | |
parent | 1800d22de5a00d56bd8b090d87fd7b4f301783c0 (diff) | |
download | slackbuilds-fb80020f10a2063b7273ffe8e4d18a1caed70028.tar.gz |
libraries/libetpan: Updated for version 1.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libetpan/libetpan.SlackBuild')
-rw-r--r-- | libraries/libetpan/libetpan.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libetpan/libetpan.SlackBuild b/libraries/libetpan/libetpan.SlackBuild index 380be50d47..d2515a142b 100644 --- a/libraries/libetpan/libetpan.SlackBuild +++ b/libraries/libetpan/libetpan.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for libetpan # -# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libetpan -VERSION=1.0 +VERSION=${VERSION:-1.1} 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 |