From 277196dff693bcaa67f1e90929b55096b8243221 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 20 Jun 2014 00:29:26 -0700 Subject: development/cunit: Updated for version 2.1-3. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- development/cunit/cunit.SlackBuild | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'development/cunit/cunit.SlackBuild') diff --git a/development/cunit/cunit.SlackBuild b/development/cunit/cunit.SlackBuild index 29808129c3c6..1347cd75d29f 100644 --- a/development/cunit/cunit.SlackBuild +++ b/development/cunit/cunit.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=CUnit PRGNAM=cunit -VERSION=${VERSION:-2.1_2} +VERSION=${VERSION:-2.1_3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,21 +63,27 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$SRCVERSION -tar xvf $CWD/$SRCNAM-$SRCVERSION-src.tar.bz2 +tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.bz2 cd $SRCNAM-$SRCVERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +libtoolize --force --copy +aclocal +autoheader +automake --add-missing --include-deps --copy +autoconf CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --build=$ARCH \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ + --enable-static=no \ --build=$ARCH-slackware-linux make -- cgit v1.2.3