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