#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gtk-vnc pkgver=0.4.4 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/gtk-vnc/0.4/gtk-vnc-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkvnc is a VNC viewer widget for GTK+." "It is built using coroutines, allowing it to be completely" "asynchronous while remaining single threaded. It supports RFB" "protocols 3.3 through 3.8 and the VeNCrypt authentication extension" "providing SSL/TLS encryption with x509 certificate authentication.The" "core library is written in C and a binding for Python using PyGTK is" "available. The networking layer supports connections over both IPv4" "and IPv6. Example code illustrates how to build a vncviewer" "replacement using either C or Python." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-gtk=3.0 --disable-static make || return 1 make install DESTDIR=$startdir/pkg }