summaryrefslogtreecommitdiffstats
path: root/extra/gobject-introspection/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 11:08:52 +0100
committersibel <lesibel@free.fr>2011-01-02 11:08:52 +0100
commit40abc007cb662a7833d3c0d4074c47dc9aff3d4e (patch)
treec4830a7c22e7f13ed309855e79569f783d44049a /extra/gobject-introspection/Pkgfile
parent9455ad0e28d3abb74df8f191ade5e7f9b6479ee6 (diff)
downloadnutyx-pakxe-40abc007cb662a7833d3c0d4074c47dc9aff3d4e.tar.gz
nutyx-pakxe-40abc007cb662a7833d3c0d4074c47dc9aff3d4e.tar.bz2
nutyx-pakxe-40abc007cb662a7833d3c0d4074c47dc9aff3d4e.tar.xz
nutyx-pakxe-40abc007cb662a7833d3c0d4074c47dc9aff3d4e.zip
gobject-introspection#0.10.0-2, correction python
Diffstat (limited to 'extra/gobject-introspection/Pkgfile')
-rw-r--r--extra/gobject-introspection/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile
index bbaaa690a..ea84112eb 100644
--- a/extra/gobject-introspection/Pkgfile
+++ b/extra/gobject-introspection/Pkgfile
@@ -6,12 +6,15 @@
name=gobject-introspection
version=0.10.0
-release=1
+release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
build() {
cd $name-$version
- ./configure --prefix=/usr
+
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc