summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-12 17:41:50 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-12 17:41:50 +0200
commit7f32355a8afee27af0d6e5155ab149459c6a468f (patch)
tree3c9a72d4889da69b893b22eced72a055e3c696d7 /libraries
parenta86dce83ef4bca8b610631543e38d15c18464172 (diff)
downloadslackbuilds-7f32355a8afee27af0d6e5155ab149459c6a468f.tar.gz
slackbuilds-7f32355a8afee27af0d6e5155ab149459c6a468f.tar.xz
libraries/libvncserver: Updated for version 0.9.7
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libvncserver/libvncserver.SlackBuild9
-rw-r--r--libraries/libvncserver/libvncserver.info10
-rw-r--r--libraries/libvncserver/slack-desc2
3 files changed, 12 insertions, 9 deletions
diff --git a/libraries/libvncserver/libvncserver.SlackBuild b/libraries/libvncserver/libvncserver.SlackBuild
index 3880ca1d9c..ba1de7c1c6 100644
--- a/libraries/libvncserver/libvncserver.SlackBuild
+++ b/libraries/libvncserver/libvncserver.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libvncserver
-# Copyright 2007 Heinz Wiesinger <hmwiesinger@gmx.at>
+# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libvncserver
-VERSION=0.9.1
+VERSION=0.9.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -37,6 +37,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+elif [ "$ARCH" = "x86_64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
fi
set -e
@@ -57,7 +59,8 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
- --disable-static
+ --disable-static \
+ --build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG
diff --git a/libraries/libvncserver/libvncserver.info b/libraries/libvncserver/libvncserver.info
index d91a5cdf1f..f8a94093c1 100644
--- a/libraries/libvncserver/libvncserver.info
+++ b/libraries/libvncserver/libvncserver.info
@@ -1,8 +1,8 @@
PRGNAM="libvncserver"
-VERSION="0.9.1"
+VERSION="0.9.7"
HOMEPAGE="http://libvncserver.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/libvncserver/LibVNCServer-0.9.1.tar.gz"
-MD5SUM="aa00efc3dabde82fde9509bfbab0aba4"
+DOWNLOAD="http://downloads.sourceforge.net/libvncserver/LibVNCServer-0.9.7.tar.gz"
+MD5SUM="14af5bdae461df4666c18e5f83c150c4"
MAINTAINER="ppr:kut"
-EMAIL="HMWiesinger@gmx.at"
-APPROVED="rworkman"
+EMAIL="pprkut@liwjatan.at"
+APPROVED="michiel"
diff --git a/libraries/libvncserver/slack-desc b/libraries/libvncserver/slack-desc
index dd977fd1d0..030aa3a22c 100644
--- a/libraries/libvncserver/slack-desc
+++ b/libraries/libvncserver/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler-------------------------------------------------|
libvncserver: libvncserver (VNC Server Library)
libvncserver:
libvncserver: LibVNCServer makes writing a VNC server (or more correctly,