summaryrefslogtreecommitdiff
path: root/pygobject/Pkgfile
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2007-01-13 02:08:57 +0100
committerSimone Rota <sip@crux.nu>2007-01-13 02:08:57 +0100
commitd299b36d74afc4c765f2141f6ab9720a31bf2988 (patch)
tree4d279ed888b2fd96d8c871623da5d15866538836 /pygobject/Pkgfile
parent650e8076da25824669f1263d4ff709450184277e (diff)
downloadopt-d299b36d74afc4c765f2141f6ab9720a31bf2988.tar.gz
opt-d299b36d74afc4c765f2141f6ab9720a31bf2988.tar.xz
pygobject: initial import
Diffstat (limited to 'pygobject/Pkgfile')
-rw-r--r--pygobject/Pkgfile17
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
+}

Generated by cgit