wok-current diff gobject-introspection/receipt @ rev 6674
Up busybox (1.17.3) with make 3.82 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 12 16:37:45 2010 +0200 (2010-10-12) |
parents | de8d02ec3295 |
children | 886906f08ead |
line diff
1.1 --- a/gobject-introspection/receipt Tue Oct 12 03:21:24 2010 +0000 1.2 +++ b/gobject-introspection/receipt Tue Oct 12 16:37:45 2010 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.9.10" 1.5 CATEGORY="x-window" 1.6 SHORT_DESC="Introspection system for GObject-based libraries." 1.7 -DEPENDS="glib" 1.8 +DEPENDS="libgio glib libffi" 1.9 BUILD_DEPENDS="glib-dev libgio-dev pkg-config bison flex libffi-dev python-dev cairo-dev" 1.10 MAINTAINER="pankso@slitaz.org" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 @@ -18,6 +18,7 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --sysconfdir=/etc \ 1.16 + --disable-static \ 1.17 $CONFIGURE_ARGS && 1.18 make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 @@ -30,4 +31,6 @@ 1.21 cp -a $_pkg/usr/bin $fs/usr 1.22 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.23 cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib 1.24 + find $fs/usr/lib -name "*.pyc" -delete 1.25 + find $fs/usr/lib -name "*.pyo" -delete 1.26 }