From 81a8cc1553f26d0db9f86abb75f764b5b0322fc0 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 29 Dec 2016 17:47:38 +0100 Subject: network/grsync: Updated for version 1.2.6, cleanups. Signed-off-by: Matteo Bernardini --- network/grsync/grsync.SlackBuild | 20 ++++++++++---------- network/grsync/grsync.info | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'network/grsync') diff --git a/network/grsync/grsync.SlackBuild b/network/grsync/grsync.SlackBuild index c3a6f150c6..222cf8102e 100644 --- a/network/grsync/grsync.SlackBuild +++ b/network/grsync/grsync.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for grsync -# Copyright Matteo Bernardini , Pisa, Italy, 2013 + +# Copyright 2013-2016 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grsync -VERSION=${VERSION:-1.2.5} +VERSION=${VERSION:-1.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -39,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -65,12 +66,11 @@ tar xvf $CWD/$PRGNAM-$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 -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 {} \; -#LDFLAGS="-lm" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/network/grsync/grsync.info b/network/grsync/grsync.info index 91ac155134..68d70b398f 100644 --- a/network/grsync/grsync.info +++ b/network/grsync/grsync.info @@ -1,8 +1,8 @@ PRGNAM="grsync" -VERSION="1.2.5" +VERSION="1.2.6" HOMEPAGE="http://www.opbyte.it/grsync/" -DOWNLOAD="http://downloads.sourceforge.net/grsync/grsync-1.2.5.tar.gz" -MD5SUM="8d262fffc41d149a3804e5c2020b1c49" +DOWNLOAD="http://downloads.sf.net/grsync/grsync-1.2.6.tar.gz" +MD5SUM="eb2b39e68a04ea5b9c92bcb7d9401e80" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3