summaryrefslogtreecommitdiffstats
path: root/gnome-terminal/Pkgfile
blob: 6913c15e4b9076e555d5fb7ed1009c182f764b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Terminal pour gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: libgnomeui, vte2, startup-notification, gsettings-desktop-schemas, gnome-doc-utils
# Run on: libgnomeui,vte2,startup-notification, gsettings-desktop-schemas

name=gnome-terminal
version=3.0.1
release=2
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--with-gtk=3.0
	make
	make DESTDIR=$PKG install
}