opt/pygobject/Pkgfile
2009-01-29 20:58:08 +11:00

18 lines
416 B
Plaintext

# Description: python nindings for gobject
# URL: http://www.pygtk.org
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Simone Rota, sip at varlock dot com
# Depends on: gtk, python
name=pygobject
version=2.14.2
release=2
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/2.14/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}