milis/talimatname/genel/v/vino/talimat

19 lines
424 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GNOME masaüstü için bir VNC sunucusu
# URL: http://www.gnome.org
# Paketçi: yasarciv67
# Gerekler: gconf libsoup telepathy-glib desktop-file-utils libnotify desktop-file-utils
# Grup: ağ
isim=vino
surum=3.22.0
devir=1
kaynak=(http://download.gnome.org/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}