diff options
-rw-r--r-- | development/icecream/README | 2 | ||||
-rw-r--r-- | development/icecream/icecream.SlackBuild | 14 | ||||
-rw-r--r-- | development/icecream/icecream.info | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/development/icecream/README b/development/icecream/README index 7484a94e4e..50daacb2d4 100644 --- a/development/icecream/README +++ b/development/icecream/README @@ -10,5 +10,3 @@ will be compiled by icecream by default. For information on how to use icecream in combination with ccache see https://github.com/icecc/icecream#how-to-combine-icecream-with-ccache - -librsync is an optional dependency. diff --git a/development/icecream/icecream.SlackBuild b/development/icecream/icecream.SlackBuild index 8eb4db0dd1..460c4d3044 100644 --- a/development/icecream/icecream.SlackBuild +++ b/development/icecream/icecream.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for icecream -# Copyright 2009-2014 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2018 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=icecream SRCNAM=icecc -VERSION=${VERSION:-1.0.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,9 +72,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 -cd $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -82,6 +82,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +./autogen.sh + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/development/icecream/icecream.info b/development/icecream/icecream.info index cf15ab28ac..0eeab3edb2 100644 --- a/development/icecream/icecream.info +++ b/development/icecream/icecream.info @@ -1,8 +1,8 @@ PRGNAM="icecream" -VERSION="1.0.1" +VERSION="1.1" HOMEPAGE="https://github.com/icecc/icecream" -DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-1.0.1.tar.bz2" -MD5SUM="638d8d3b102a964cadd5fd338fa73a95" +DOWNLOAD="https://github.com/icecc/icecream/archive/1.1/icecc-1.1.tar.gz" +MD5SUM="bd33e21fa25ccedeb5c94be9c6f034e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |