From 62ee033e7916372f210ebc58f21bc9c0e528836e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 27 Jul 2010 17:10:29 -0500 Subject: development/gsoap: Updated for version 2.7.17. Signed-off-by: Erik Hanson --- development/gsoap/gsoap.SlackBuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'development/gsoap/gsoap.SlackBuild') diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index 21fbc59bf4..35afe3b735 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009 Heinz Wiesinger +# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands # 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=gsoap -VERSION=2.7.13 +VERSION=2.7.17 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 @@ -62,11 +60,13 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-2.7 -tar xvf $CWD/${PRGNAM}_${VERSION}.tar.gz +unzip $CWD/${PRGNAM}_${VERSION}.zip cd $PRGNAM-2.7 chown -R root:root . chmod -R u+w,go+r-w,a-s . +autoreconf -vif + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -77,8 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux # NOTICE: this will not build in parallel! -# set MAKEFLAGS="-j1" if you have problems -make +make -j1 make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3