summaryrefslogtreecommitdiffstats
path: root/libraries/libetpan/libetpan.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2019-01-05 06:33:27 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-05 07:49:22 +0700
commitf64da7564d557ffc5b3073afebe1e551b73108cc (patch)
treee223fe37f5f8b037284fde75d7e7316b47f0f132 /libraries/libetpan/libetpan.SlackBuild
parentc642db8db65b2ea109488d8e27cbd1be6f641014 (diff)
downloadslackbuilds-f64da7564d557ffc5b3073afebe1e551b73108cc.tar.gz
slackbuilds-f64da7564d557ffc5b3073afebe1e551b73108cc.tar.xz
libraries/libetpan: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libetpan/libetpan.SlackBuild')
-rw-r--r--libraries/libetpan/libetpan.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libetpan/libetpan.SlackBuild b/libraries/libetpan/libetpan.SlackBuild
index f6fd171474..cd92c3b1a8 100644
--- a/libraries/libetpan/libetpan.SlackBuild
+++ b/libraries/libetpan/libetpan.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for libetpan
#
-# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2019 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libetpan
-VERSION=${VERSION:-1.8}
+VERSION=${VERSION:-1.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-./autogen.sh
+NOCONFIGURE=yes ./autogen.sh
CFLAGS="$SLKCFLAGS" \
./configure \