#Maintainer: Markus Muttilainen pkgname=x11vnc pkgver=0.9.10 zenver=64 pkgrel=1 arch=i486 source=("http://sunet.dl.sourceforge.net/project/libvncserver/x11vnc/0.9.10/x11vnc-0.9.10.tar.gz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/$pkgname url=http://www.karlrunge.com/x11vnc options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "x11vnc - a VNC server for real X displays" "x11vnc allows one to view remotely and interact with real X displays" "(i.e. a display corresponding to a physical monitor, keyboard, and" "mouse) with any VNC viewer. In this way it plays the role for Unix/X11" "that WinVNC plays for Windows." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }