milis/talimatname/genel/v/vino/talimat

18 lines
433 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME masaüstü için bir VNC sunucusu
2017-07-08 23:18:04 +02:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gconf libsoup telepathy-glib desktop-file-utils libnotify desktop-file-utils
2017-07-08 23:18:04 +02:00
name=vino
version=3.22.0
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-08 23:18:04 +02:00
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}