--- /dev/null
+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
--- /dev/null
+# 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
+}