summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-03-31 15:44:51 +0200
committersibel <sibel@free.fr>2010-03-31 15:44:51 +0200
commitf87870e3b24c6eb62cbb6291c119c09ff4c6fbf1 (patch)
tree544d56bc29a88f2f1b4d597999b515a9f8650938 /extra
parent7dccd006ae214a2e991d2eff1eabedfb6603e01d (diff)
parent0aef83fe4d37693f1a9f13501a30ea3635f60958 (diff)
downloadnutyx-pakxe-f87870e3b24c6eb62cbb6291c119c09ff4c6fbf1.tar.gz
nutyx-pakxe-f87870e3b24c6eb62cbb6291c119c09ff4c6fbf1.tar.bz2
nutyx-pakxe-f87870e3b24c6eb62cbb6291c119c09ff4c6fbf1.tar.xz
nutyx-pakxe-f87870e3b24c6eb62cbb6291c119c09ff4c6fbf1.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra')
-rw-r--r--extra/x11vnc/.footprint24
-rw-r--r--extra/x11vnc/.md5sum1
-rw-r--r--extra/x11vnc/Pkgfile19
3 files changed, 44 insertions, 0 deletions
diff --git a/extra/x11vnc/.footprint b/extra/x11vnc/.footprint
new file mode 100644
index 000000000..c812e8495
--- /dev/null
+++ b/extra/x11vnc/.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/x11vnc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/x11vnc.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/x11vnc.1.gz
+drwxr-xr-x root/root usr/share/x11vnc/
+drwxr-xr-x root/root usr/share/x11vnc/classes/
+-rw-r--r-- root/root usr/share/x11vnc/classes/VncViewer.jar
+-rw-r--r-- root/root usr/share/x11vnc/classes/index.vnc
+drwxr-xr-x root/root usr/share/x11vnc/classes/ssl/
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/README
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/SignedUltraViewerSSL.jar
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/SignedVncViewer.jar
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/UltraViewerSSL.jar
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/VncViewer.jar
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/index.vnc
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/proxy.vnc
+-rwxr-xr-x root/root usr/share/x11vnc/classes/ssl/ss_vncviewer
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/ultra.vnc
+-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/ultrasigned.vnc
diff --git a/extra/x11vnc/.md5sum b/extra/x11vnc/.md5sum
new file mode 100644
index 000000000..66ce2b179
--- /dev/null
+++ b/extra/x11vnc/.md5sum
@@ -0,0 +1 @@
+874008821a0588a73ec7fbe09b747bb0 x11vnc-0.9.9.tar.gz
diff --git a/extra/x11vnc/Pkgfile b/extra/x11vnc/Pkgfile
new file mode 100644
index 000000000..8a32f62c5
--- /dev/null
+++ b/extra/x11vnc/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Serveur VNC
+# URL: http://www.karlrunge.com/x11vnc/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libjpgeg, xorg, avahi
+
+name=x11vnc
+version=0.9.9
+release=1
+source=(http://downloads.sourceforge.net/libvncserver//$name-$version.tar.gz)
+
+build() {
+
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}