19 lines
456 B
Plaintext
19 lines
456 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.18.0
|
|
release=1
|
|
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
rm -rf $PKG/usr/share/gtk-doc
|
|
}
|