summaryrefslogtreecommitdiffstats
path: root/network/x11vnc
diff options
context:
space:
mode:
author Christoph Willing2017-05-12 10:07:08 +0200
committer Christoph Willing2017-05-12 10:07:37 +0200
commit6375ad1fdabd15175a3faffd65adf86da11beeb5 (patch)
tree67ded10012ca8196adc194fad4b61f342d648ce6 /network/x11vnc
parentf1b2db617d387341901b80de7379c0982ce51200 (diff)
downloadslackbuilds-6375ad1fdabd15175a3faffd65adf86da11beeb5.tar.gz
network/x11vnc: Updated for version 0.9.14
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/x11vnc')
-rw-r--r--network/x11vnc/x11vnc.SlackBuild9
-rw-r--r--network/x11vnc/x11vnc.info8
2 files changed, 10 insertions, 7 deletions
diff --git a/network/x11vnc/x11vnc.SlackBuild b/network/x11vnc/x11vnc.SlackBuild
index 33a8c02d64..c442b910f5 100644
--- a/network/x11vnc/x11vnc.SlackBuild
+++ b/network/x11vnc/x11vnc.SlackBuild
@@ -10,7 +10,9 @@
# Maintained 2013-2017 by Christoph Willing
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
+# All rights reserved.
#
+# Copyright 2017 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -31,8 +33,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=x11vnc
-VERSION=${VERSION:-0.9.13}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.14}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -76,6 +78,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 {} \;
+autoreconf -i
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
@@ -96,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} +
diff --git a/network/x11vnc/x11vnc.info b/network/x11vnc/x11vnc.info
index c24d285e00..1a7cf01d5c 100644
--- a/network/x11vnc/x11vnc.info
+++ b/network/x11vnc/x11vnc.info
@@ -1,8 +1,8 @@
PRGNAM="x11vnc"
-VERSION="0.9.13"
-HOMEPAGE="http://www.karlrunge.com/x11vnc/"
-DOWNLOAD="http://downloads.sourceforge.net/libvncserver/x11vnc-0.9.13.tar.gz"
-MD5SUM="a372ec4fe8211221547b1c108cf56e4c"
+VERSION="0.9.14"
+HOMEPAGE="https://github.com/LibVNC/x11vnc"
+DOWNLOAD="https://github.com/LibVNC/x11vnc/archive/0.9.14/x11vnc-0.9.14.tar.gz"
+MD5SUM="994de25a538ec24049734b26355aa8d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""