mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libvncserver: Updated for version 0.9.7
This commit is contained in:
parent
a86dce83ef
commit
7f32355a8a
3 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue