blob: 1dc2ba87b6ea87a838810f911f2c0263a6da102f (
plain)
1 # Description: python nindings for gobject
2 # URL: http://www.pygtk.org
3 # Maintainer: Lucas Hazel, lucas at die dot net dot au
4 # Packager: Simone Rota, sip at varlock dot com
5 # Depends on: gtk, python
6
7 name=pygobject
8 version=2.16.1
9 release=1
10 source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17 }
|