diff options
Diffstat (limited to 'libraries/xmlrpc-c/xmlrpc-c.SlackBuild')
-rw-r--r-- | libraries/xmlrpc-c/xmlrpc-c.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libraries/xmlrpc-c/xmlrpc-c.SlackBuild b/libraries/xmlrpc-c/xmlrpc-c.SlackBuild index f50ca05b0a..741c7d9580 100644 --- a/libraries/xmlrpc-c/xmlrpc-c.SlackBuild +++ b/libraries/xmlrpc-c/xmlrpc-c.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmlrpc-c -# Copyright 2010, mario <mario@slackverse.org> +# Copyright 2010-2012, mario <mario@slackverse.org> # 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=xmlrpc-c -VERSION=${VERSION:-r1964} +VERSION=${VERSION:-20120215} 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 @@ -61,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |