summaryrefslogtreecommitdiffstats
path: root/extra/libvncserver
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:42:34 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:42:34 +0200
commit1f825c6a27e490bfc3ebe3e73b83591e11ae1c47 (patch)
treef2cfba1ad385f1cf0fbb667a2c03a109ddb84318 /extra/libvncserver
parent0b5f0715c6a098eb833fe632bc8260024539ca9d (diff)
downloadnutyx-extra-1f825c6a27e490bfc3ebe3e73b83591e11ae1c47.tar.gz
nutyx-extra-1f825c6a27e490bfc3ebe3e73b83591e11ae1c47.tar.bz2
nutyx-extra-1f825c6a27e490bfc3ebe3e73b83591e11ae1c47.tar.xz
nutyx-extra-1f825c6a27e490bfc3ebe3e73b83591e11ae1c47.zip
Ajout de libvncserver#0.9.7-1
Diffstat (limited to 'extra/libvncserver')
-rw-r--r--extra/libvncserver/.footprint23
-rw-r--r--extra/libvncserver/.md5sum1
-rwxr-xr-xextra/libvncserver/Pkgfile21
3 files changed, 45 insertions, 0 deletions
diff --git a/extra/libvncserver/.footprint b/extra/libvncserver/.footprint
new file mode 100644
index 000000000..da03f754b
--- /dev/null
+++ b/extra/libvncserver/.footprint
@@ -0,0 +1,23 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-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/extra/libvncserver/.md5sum b/extra/libvncserver/.md5sum
new file mode 100644
index 000000000..cf0687c90
--- /dev/null
+++ b/extra/libvncserver/.md5sum
@@ -0,0 +1 @@
+14af5bdae461df4666c18e5f83c150c4 LibVNCServer-0.9.7.tar.gz
diff --git a/extra/libvncserver/Pkgfile b/extra/libvncserver/Pkgfile
new file mode 100755
index 000000000..ec5a5779c
--- /dev/null
+++ b/extra/libvncserver/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie pour le serveur vnc
+# URL: http://libvncserver.sourceforge.net/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+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
+
+}