summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python-desktop/Pkgfile
blob: 1328e2ea2096ea60b362cd4dee9581a352c92a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: GNOME python desktop about screen
# URL: http://www.gnome.org/about/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtksourceview, gnome-python, libgnomeui, startup-notification, gnome-doc-utils, totem, nautilus-cd-burner, brasero

name=gnome-python-desktop
version=2.30.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX \
			--sysconfdir=/etc \
            	--localstatedir=/var/lib \
		--mandir=/usr/man \
		--enable-metacity \
		--disable-scrollkeeper
	make
	make DESTDIR=$PKG install
}