summaryrefslogtreecommitdiffstats
path: root/gtk-vnc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /gtk-vnc/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'gtk-vnc/Pkgfile')
-rw-r--r--gtk-vnc/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk-vnc/Pkgfile b/gtk-vnc/Pkgfile
new file mode 100644
index 0000000..20f46a2
--- /dev/null
+++ b/gtk-vnc/Pkgfile
@@ -0,0 +1,22 @@
+# 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.4.3
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --with-python \
+ --with-examples \
+ --with-gtk=3.0
+ make
+ make DESTDIR=$PKG install
+}
+