opt/pygobject/Pkgfile

18 lines
425 B
Plaintext
Raw Normal View History

2007-01-13 02:08:57 +01:00
# Description: python nindings for gobject
# URL: http://www.pygtk.org
2009-01-29 10:58:08 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2007-01-13 02:08:57 +01:00
# Packager: Simone Rota, sip at varlock dot com
# Depends on: gtk, python
name=pygobject
2009-03-07 03:44:04 +01:00
version=2.16.1
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
2007-01-13 02:08:57 +01:00
build() {
cd $name-$version
2007-07-12 01:05:33 +02:00
./configure --prefix=/usr
2007-01-13 02:08:57 +01:00
make
make DESTDIR=$PKG install
}