summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-12-29 17:47:38 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:33 +0700
commit81a8cc1553f26d0db9f86abb75f764b5b0322fc0 (patch)
tree53985c2291cf9f09dff2b914288df4fa4647849f /network
parent1336ce0125356389039920db44eeff9ec891f9cf (diff)
downloadslackbuilds-81a8cc1553f26d0db9f86abb75f764b5b0322fc0.tar.gz
slackbuilds-81a8cc1553f26d0db9f86abb75f764b5b0322fc0.tar.xz
network/grsync: Updated for version 1.2.6, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/grsync/grsync.SlackBuild20
-rw-r--r--network/grsync/grsync.info6
2 files changed, 13 insertions, 13 deletions
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 <ponce@slackbuilds.org>, Pisa, Italy, 2013
+
+# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, 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=""