summaryrefslogtreecommitdiffstats
path: root/gobject-introspection/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gobject-introspection/Pkgfile')
-rw-r--r--gobject-introspection/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile
index 85e3aa12e..43601072b 100644
--- a/gobject-introspection/Pkgfile
+++ b/gobject-introspection/Pkgfile
@@ -2,8 +2,8 @@
# URL: http://live.gnome.org/GObjectIntrospection
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: cairo
-# Run on: cairo
+# Depends on:
+# Run on:
name=gobject-introspection
version=1.32.1
@@ -12,7 +12,8 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --disable-tests
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc