summaryrefslogtreecommitdiffstats
path: root/libvncserver
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:11:01 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:11:01 +0200
commitee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c (patch)
treeb78dd8c9c4ee6df18f3594a35a70f81e4633ecf7 /libvncserver
parent5e974bb12d6e76430fce93ae377b6b4b216a57d8 (diff)
downloadnutyx-extra-ee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c.tar.gz
nutyx-extra-ee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c.tar.bz2
nutyx-extra-ee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c.tar.xz
nutyx-extra-ee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c.zip
libvncserver 0.9.9-1 màj port
Diffstat (limited to 'libvncserver')
-rw-r--r--libvncserver/.footprint.i6862
-rw-r--r--libvncserver/.footprint.x86_642
-rw-r--r--libvncserver/.md5sum.i6862
-rw-r--r--libvncserver/.md5sum.x86_642
-rwxr-xr-xlibvncserver/Pkgfile9
5 files changed, 7 insertions, 10 deletions
diff --git a/libvncserver/.footprint.i686 b/libvncserver/.footprint.i686
index 1c39d6583..e8185ef63 100644
--- a/libvncserver/.footprint.i686
+++ b/libvncserver/.footprint.i686
@@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/LinuxVNC
-rwxr-xr-x root/root usr/bin/libvncserver-config
+-rwxr-xr-x root/root usr/bin/linuxvnc
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/rfb/
-rw-r--r-- root/root usr/include/rfb/keysym.h
diff --git a/libvncserver/.footprint.x86_64 b/libvncserver/.footprint.x86_64
index 1c39d6583..e8185ef63 100644
--- a/libvncserver/.footprint.x86_64
+++ b/libvncserver/.footprint.x86_64
@@ -1,7 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/LinuxVNC
-rwxr-xr-x root/root usr/bin/libvncserver-config
+-rwxr-xr-x root/root usr/bin/linuxvnc
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/rfb/
-rw-r--r-- root/root usr/include/rfb/keysym.h
diff --git a/libvncserver/.md5sum.i686 b/libvncserver/.md5sum.i686
index 9d762bc5c..2564e4a6a 100644
--- a/libvncserver/.md5sum.i686
+++ b/libvncserver/.md5sum.i686
@@ -1 +1 @@
-dda9e75a1d5d7c37bb57d90ead7b32b3 LibVNCServer-0.9.8.tar.gz
+70422169b122765693d2a294d13e3714 LibVNCServer-0.9.9.tar.gz
diff --git a/libvncserver/.md5sum.x86_64 b/libvncserver/.md5sum.x86_64
index 9d762bc5c..2564e4a6a 100644
--- a/libvncserver/.md5sum.x86_64
+++ b/libvncserver/.md5sum.x86_64
@@ -1 +1 @@
-dda9e75a1d5d7c37bb57d90ead7b32b3 LibVNCServer-0.9.8.tar.gz
+70422169b122765693d2a294d13e3714 LibVNCServer-0.9.9.tar.gz
diff --git a/libvncserver/Pkgfile b/libvncserver/Pkgfile
index 63f239850..4e77dd53e 100755
--- a/libvncserver/Pkgfile
+++ b/libvncserver/Pkgfile
@@ -4,17 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
name=libvncserver
-version=0.9.8
+version=0.9.9
release=1
_name=LibVNCServer
-source=(http://downloads.sourceforge.net/${name}/${_name}-$version.tar.gz)
-
-
+source=(http://downloads.sourceforge.net/$name/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
-
}