network/synergy: Updated for version 1.4.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1d74daac6
commit
28e49cbaa6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild script for "synergy".
|
||||
|
||||
# Copyright 2013 Marcel Saegebarth <marc@mos6581.de>
|
||||
# Copyright 2013-2014 Marcel Saegebarth <marc@mos6581.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=synergy
|
||||
VERSION=1.4.12
|
||||
VERSION=${VERSION:-1.4.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ 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 {} \;
|
||||
|
||||
sh hm.sh configure --generator=1 --make-gui --release --game-device
|
||||
sh hm.sh configure --generator=1 --make-gui --release
|
||||
CXXFLAGS="$SLKCFLAGS" sh hm.sh build --make-gui
|
||||
|
||||
# installation not implemented
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="synergy"
|
||||
VERSION="1.4.12"
|
||||
VERSION="1.4.15"
|
||||
HOMEPAGE="http://synergy-foss.org/"
|
||||
DOWNLOAD="http://synergy.googlecode.com/files/synergy-1.4.12-Source.tar.gz"
|
||||
MD5SUM="b65ad9842b1dd2f1b8d2b40a9687a896"
|
||||
DOWNLOAD="http://synergy.googlecode.com/files/synergy-1.4.15-Source.tar.gz"
|
||||
MD5SUM="07aedaabc7b0911b7f4774e9bffb74e9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue