summaryrefslogtreecommitdiffstats
path: root/vinagre/Pkgfile
blob: 9bf46ddc5b24103b78f7bb74212a2600ea7cc7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Client VNC pour GNOME
# Maintainer: NuTyX GNOME team
# URL: http://www.gnome.org/projects/vinagre/
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, libglade, gconf, gtk-vnc, gnome-panel, libgnome-keyring, dconf, libpeas, rdesktop, telepathy-glib, vte3
# Run on: gtk,libglade,gconf,gtk-vnc,gnome-panel,libgnome-keyring,dconf,libpeas,rdesktop,telepathy-glib,vte3

name=vinagre
version=3.4.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/$name \
		--disable-scrollkeeper \
		--disable-schemas-compile \
		--enable-rdp
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/doc
}