18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
|
# Description: python nindings for gobject
|
||
|
# URL: http://www.pygtk.org
|
||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||
|
# Packager: Simone Rota, sip at varlock dot com
|
||
|
# Depends on: gtk, python
|
||
|
|
||
|
name=pygobject
|
||
|
version=2.12.3
|
||
|
release=1
|
||
|
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/2.12/$name-$version.tar.bz2)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr --disable-doc
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|