From ee6dc8faa4d7d2b31b06d2b0dc1db49aea67207c Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:11:01 +0200 Subject: libvncserver 0.9.9-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libvncserver/.footprint.i686 | 2 +- libvncserver/.footprint.x86_64 | 2 +- libvncserver/.md5sum.i686 | 2 +- libvncserver/.md5sum.x86_64 | 2 +- libvncserver/Pkgfile | 9 +++------ 5 files changed, 7 insertions(+), 10 deletions(-) (limited to 'libvncserver') 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 - } -- cgit v1.2.3-54-g00ecf