# 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, devel at crux-arm dot nu # Depends on: xorg-libxdamage 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 AR="$AR" make prefix=$PKG/usr install rm $PKG/usr/share/x11vnc/classes/ssl/README }