milis/talimatname/genel/g/gtk-vnc/talimat

20 lines
449 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK için bir VNC görüntüleyici widget'ı
2017-07-25 22:21:02 +02:00
# URL: http://live.gnome.org/gtk-vnc
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk3 python-gtk gnutls pulseaudio cyrus-sasl
2017-07-25 22:21:02 +02:00
name=gtk-vnc
version=0.6.0
2017-09-11 23:07:31 +02:00
release=2
2017-07-25 22:21:02 +02:00
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
cd $name-$version
./configure --prefix=/usr \
--with-gtk=3.0 \
--enable-vala
make
make DESTDIR=$PKG install
}