# Description: Widget de client VNC pour GTK
# URL: http://live.gnome.org/gtk-vnc
# Maintainer: NuTyX Core team
# Packager: piernov <piernov@piernov.org>
# Depends on: gtk3, pygtk, gnutls
# Run on: gtk3,pygtk,gnutls

name=gtk-vnc
version=0.5.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
		--with-python \
		--with-examples \
		--with-gtk=3.0
	make
	make DESTDIR=$PKG install
}