development/gsoap: Updated for version 2.8.1

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-04-03 20:38:03 +02:00 committed by Robby Workman
parent de1ae8f9d5
commit 4cea287dd5
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gsoap
# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=gsoap
VERSION=2.8.0
VERSION=2.8.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--build=$ARCH-slackware-linux
make -j1
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="gsoap"
VERSION="2.8.0"
VERSION="2.8.1"
HOMEPAGE="http://gsoap2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.0.zip"
MD5SUM="742af0914ce4a60e156f08bf38777a33"
DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.1.zip"
MD5SUM="c9290f11628533d99d933d96a445437a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"