CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
x11vnc: Initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 09:18:48 +0000 (09:18 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 26 Jan 2010 09:18:48 +0000 (09:18 +0000)
x11vnc/.footprint [new file with mode: 0644]
x11vnc/.md5sum [new file with mode: 0644]
x11vnc/Pkgfile [new file with mode: 0644]

diff --git a/x11vnc/.footprint b/x11vnc/.footprint
new file mode 100644 (file)
index 0000000..a24b6d5
--- /dev/null
@@ -0,0 +1,23 @@
+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/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/x11vnc.1.gz
+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/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/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/x11vnc/.md5sum b/x11vnc/.md5sum
new file mode 100644 (file)
index 0000000..66ce2b1
--- /dev/null
@@ -0,0 +1 @@
+874008821a0588a73ec7fbe09b747bb0  x11vnc-0.9.9.tar.gz
diff --git a/x11vnc/Pkgfile b/x11vnc/Pkgfile
new file mode 100644 (file)
index 0000000..4ebe82d
--- /dev/null
@@ -0,0 +1,24 @@
+# Description: VNC server for real X displays
+# URL: http://www.karlrunge.com/x11vnc/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: xorg-libxdamage xorg-libxinerama xorg-libxrandr xorg-libxtst libjpeg
+
+name=x11vnc
+version=0.9.9
+release=1
+source=(http://dl.sourceforge.net/sourceforge/libvncserver/$name-$version.tar.gz)
+
+build() {
+  cd $name-$version
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --disable-nls \
+              --mandir=$PKG/usr/man \
+              --x-includes=$CLFS/usr/include/X11 \
+              --x-libraries=$CLFS/usr/lib/X11
+  make
+  make prefix=$PKG/usr install
+  rm $PKG/usr/share/x11vnc/classes/ssl/README
+}