From 9f63c778ef4cbccd721e2267ba5aeb0ad05ecf12 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 7 Feb 2010 00:12:17 +0100 Subject: libvncserver, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libvncserver/.footprint | 24 ++++++++++++++++++++++++ base/libvncserver/.md5sum | 1 + base/libvncserver/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 base/libvncserver/.footprint create mode 100644 base/libvncserver/.md5sum create mode 100755 base/libvncserver/Pkgfile (limited to 'base/libvncserver') diff --git a/base/libvncserver/.footprint b/base/libvncserver/.footprint new file mode 100644 index 000000000..0624d6284 --- /dev/null +++ b/base/libvncserver/.footprint @@ -0,0 +1,24 @@ +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 +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 +-rw-r--r-- root/root usr/include/rfb/rfb.h +-rw-r--r-- root/root usr/include/rfb/rfbclient.h +-rw-r--r-- root/root usr/include/rfb/rfbconfig.h +-rw-r--r-- root/root usr/include/rfb/rfbint.h +-rw-r--r-- root/root usr/include/rfb/rfbproto.h +-rw-r--r-- root/root usr/include/rfb/rfbregion.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libvncclient.a +-rwxr-xr-x root/root usr/lib/libvncclient.la +lrwxrwxrwx root/root usr/lib/libvncclient.so -> libvncclient.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libvncclient.so.0 -> libvncclient.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libvncclient.so.0.0.0 +-rw-r--r-- root/root usr/lib/libvncserver.a +-rwxr-xr-x root/root usr/lib/libvncserver.la +lrwxrwxrwx root/root usr/lib/libvncserver.so -> libvncserver.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libvncserver.so.0 -> libvncserver.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libvncserver.so.0.0.0 diff --git a/base/libvncserver/.md5sum b/base/libvncserver/.md5sum new file mode 100644 index 000000000..cf0687c90 --- /dev/null +++ b/base/libvncserver/.md5sum @@ -0,0 +1 @@ +14af5bdae461df4666c18e5f83c150c4 LibVNCServer-0.9.7.tar.gz diff --git a/base/libvncserver/Pkgfile b/base/libvncserver/Pkgfile new file mode 100755 index 000000000..c5283801f --- /dev/null +++ b/base/libvncserver/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie pour le serveur vnc +# URL: http://libvncserver.sourceforge.net/ +# Maintainer: NutyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libvncserver +version=0.9.7 +release=1 +_name=LibVNCServer +source=(http://downloads.sourceforge.net/${name}/${_name}-$version.tar.gz) + + + +build() { + cd ${_name}-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + +} -- cgit v1.2.3-54-g00ecf