summaryrefslogtreecommitdiffstats
path: root/gnome-python-desktop/Pkgfile
blob: 09e0a32ef2a9d6506e09314fbdaabd406afcff23 (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 GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-applets, libgtop, gtksourceview, metacity, evolution, evince, libgnomeui, gnome-python, startup-notification, totem, brasero, libwnck
# Run on: gnome-applets,libgtop,gtksourceview,metacity,evolution,evince,libgnomeui,gnome-python,startup-notification,totem,brasero,libwnck

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

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