wok rev 6669

Added depends need for gobject-introspection. I also disabled static files and remove .pyc and .pyo files.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 03:49:13 2010 +0000 (2010-10-12)
parents de8d02ec3295
children 037f0c9a320a
files gobject-introspection-dev/receipt gobject-introspection/receipt
line diff
     1.1 --- a/gobject-introspection-dev/receipt	Tue Oct 12 03:21:24 2010 +0000
     1.2 +++ b/gobject-introspection-dev/receipt	Tue Oct 12 03:49:13 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Gobject-introspection devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gobject-introspection"
     1.8 +DEPENDS="gobject-introspection libffi-dev"
     1.9  WANTED="gobject-introspection"
    1.10  WEB_SITE="http://live.gnome.org/GObjectInstrospection"
    1.11  
     2.1 --- a/gobject-introspection/receipt	Tue Oct 12 03:21:24 2010 +0000
     2.2 +++ b/gobject-introspection/receipt	Tue Oct 12 03:49:13 2010 +0000
     2.3 @@ -4,7 +4,7 @@
     2.4  VERSION="0.9.10"
     2.5  CATEGORY="x-window"
     2.6  SHORT_DESC="Introspection system for GObject-based libraries."
     2.7 -DEPENDS="glib"
     2.8 +DEPENDS="libgio glib libffi"
     2.9  BUILD_DEPENDS="glib-dev libgio-dev pkg-config bison flex libffi-dev python-dev cairo-dev"
    2.10  MAINTAINER="pankso@slitaz.org"
    2.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.12 @@ -18,6 +18,7 @@
    2.13  	./configure \
    2.14  		--prefix=/usr \
    2.15  		--sysconfdir=/etc \
    2.16 +		--disable-static \
    2.17  		$CONFIGURE_ARGS &&
    2.18  	make &&
    2.19  	make DESTDIR=$PWD/_pkg install
    2.20 @@ -30,4 +31,6 @@
    2.21  	cp -a $_pkg/usr/bin $fs/usr
    2.22  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.23  	cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib
    2.24 +	find $fs/usr/lib -name "*.pyc" -delete
    2.25 +	find $fs/usr/lib -name "*.pyo" -delete
    2.26  }