libraries/libgsasl: Updated for version 1.6.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2011-01-10 08:47:04 -02:00 committed by Robby Workman
parent fb6a932c50
commit 566955e0d6
2 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for "libgsasl".
# Copyright 2009-2010 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2009-2011 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libgsasl
VERSION=1.4.4
VERSION=1.6.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,11 +76,10 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--enable-scram-sha1 \
--enable-gs2 \
--enable-kerberos_v5 \
--build=$ARCH-slackware-linux
make
make V=1
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,10 +1,10 @@
PRGNAM="libgsasl"
VERSION="1.4.4"
VERSION="1.6.0"
HOMEPAGE="http://www.gnu.org/software/gsasl/"
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gsasl/libgsasl-1.4.4.tar.gz"
MD5SUM="2ca9cd8c0158692b141cb14ba1045d7b"
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gsasl/libgsasl-1.6.0.tar.gz"
MD5SUM="21efc8a02c4ff4e1326267b8ac16a48f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"
APPROVED="rworkman"
APPROVED="Niels Horn"