diff options
author | Simone Rota <sip@crux.nu> | 2007-01-13 02:08:57 +0100 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2007-01-13 02:08:57 +0100 |
commit | d299b36d74afc4c765f2141f6ab9720a31bf2988 (patch) | |
tree | 4d279ed888b2fd96d8c871623da5d15866538836 /pygobject/Pkgfile | |
parent | 650e8076da25824669f1263d4ff709450184277e (diff) | |
download | opt-d299b36d74afc4c765f2141f6ab9720a31bf2988.tar.gz opt-d299b36d74afc4c765f2141f6ab9720a31bf2988.tar.xz |
pygobject: initial import
Diffstat (limited to 'pygobject/Pkgfile')
-rw-r--r-- | pygobject/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pygobject/Pkgfile b/pygobject/Pkgfile new file mode 100644 index 000000000..5dd211e27 --- /dev/null +++ b/pygobject/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} |