libsigc++: Upgraded to 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-04-06 02:06:30 +07:00
parent 1ab82b5be7
commit e265b645e7

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Slackware build script for libsigc++ # Slackware build script for libsigc++
# Copyright (C) 2006 paul wisehart wise@lupulin.net # Copyright (C) 2006 paul wisehart wise@lupulin.net
# All rights reserved. # All rights reserved.
@ -27,7 +27,7 @@
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> for MSB Project # Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> for MSB Project
PRGNAM=libsigc++ PRGNAM=libsigc++
VERSION=${VERSION:-2.2.11} VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
@ -39,11 +39,11 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
wget -c http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$PRGNAM-$VERSION.tar.xz wget -c http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4/$PRGNAM-$VERSION.tar.xz
NUMJOBS=${NUMJOBS:-" -j8 "} NUMJOBS=${NUMJOBS:-" -j8 "}
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/msb} TMP=${TMP:-/tmp/msb}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
@ -73,11 +73,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \