network/grsync: Updated for version 1.2.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
9cf75613a2
commit
0258b6bf96
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for grsync
|
||||
# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012
|
||||
# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,8 +22,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=grsync
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -70,7 +70,7 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
LDFLAGS="-lm" \
|
||||
#LDFLAGS="-lm" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="grsync"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.2.4"
|
||||
HOMEPAGE="http://www.opbyte.it/grsync/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/grsync/grsync-1.2.1.tar.gz"
|
||||
MD5SUM="e57f46d67f7f9e8df08fdd0b97db10a6"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/grsync/grsync-1.2.4.tar.gz"
|
||||
MD5SUM="253faeac01ef32f0766e9a58ada00abc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue