network/x11vnc: Updated for version 0.9.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2014-06-22 16:21:54 +07:00 committed by Willy Sudiarto Raharjo
parent 8970decff9
commit 3d85c2c3ae
2 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=x11vnc
VERSION=0.9.12
VERSION=${VERSION:-0.9.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ 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 \
-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 {} \;
@ -88,14 +88,14 @@ CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
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* TODO $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 {} +

View file

@ -1,10 +1,10 @@
PRGNAM="x11vnc"
VERSION="0.9.12"
VERSION="0.9.13"
HOMEPAGE="http://www.karlrunge.com/x11vnc/"
DOWNLOAD="http://downloads.sourceforge.net/libvncserver/x11vnc-0.9.12.tar.gz"
MD5SUM="1498a68d02aa7b6c97bf746c073c8d00"
DOWNLOAD="http://downloads.sourceforge.net/libvncserver/x11vnc-0.9.13.tar.gz"
MD5SUM="a372ec4fe8211221547b1c108cf56e4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
MAINTAINER="Christoph Willing"
EMAIL="c.willing@uq.edu.au"
EMAIL="chris.willing@iinet.net.au"