summaryrefslogtreecommitdiffstats
path: root/gnome/gnome-python/Pkgfile
blob: 41f13a2332298e3e66cec8c4eb64bf345573ba39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Modules Python pour gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: pygtk, pyorbit, libgnomecanvas, libbonoboui, libgnomeui

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

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/gtk-doc
}