summaryrefslogtreecommitdiffstats
path: root/python-gconf/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-05 23:06:03 +0000
committerpiernov <piernov@piernov.org>2012-06-05 23:06:57 +0000
commit09ce79a54a6000ad226e9434e8bded67cbfc8344 (patch)
treee85e85c41f62bb8202cb4523b57e0800b830d8a3 /python-gconf/Pkgfile
parent0f7c8886590e1327f95076c0a39d147776378dde (diff)
downloadgnome3-09ce79a54a6000ad226e9434e8bded67cbfc8344.tar.gz
gnome3-09ce79a54a6000ad226e9434e8bded67cbfc8344.tar.bz2
gnome3-09ce79a54a6000ad226e9434e8bded67cbfc8344.tar.xz
gnome3-09ce79a54a6000ad226e9434e8bded67cbfc8344.zip
python-gconf 2.28.1-1 ajout port (split gnome-python
Diffstat (limited to 'python-gconf/Pkgfile')
-rw-r--r--python-gconf/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/python-gconf/Pkgfile b/python-gconf/Pkgfile
new file mode 100644
index 0000000..a2995fd
--- /dev/null
+++ b/python-gconf/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Bindings Python2 pour GConf.
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: pygtk, gconf
+# Run on: pygtk,gconf
+
+name=python-gconf
+_name=gnome-python
+version=2.28.1
+release=1
+source=(http://download.gnome.org/sources/$_name/${version%.*}/$_name-$version.tar.bz2)
+
+build() {
+ cd $_name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --disable-gtk-doc \
+ --disable-allbindings \
+ --enable-gconf
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+ rm -rf $PKG/usr/lib/pkgconfig
+}