diff options
Diffstat (limited to 'extra/gobject-introspection/Pkgfile')
-rw-r--r-- | extra/gobject-introspection/Pkgfile | 7 |
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 |