wok rev 12540

Add pcre-dev to glib-dev deps
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 03:06:29 2012 +0200 (2012-04-26)
parents c77d756cfaba
children 0893b8771990
files glib-dev/receipt
line diff
     1.1 --- a/glib-dev/receipt	Thu Apr 26 02:32:10 2012 +0200
     1.2 +++ b/glib-dev/receipt	Thu Apr 26 03:06:29 2012 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  WANTED="glib"
     1.5  WEB_SITE="http://www.gtk.org/"
     1.6  
     1.7 -DEPENDS="glib perl python libffi-dev libgio libgio-dev"
     1.8 +DEPENDS="glib perl python libffi-dev libgio libgio-dev pcre-dev"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12 @@ -21,14 +21,14 @@
    1.13  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.14  	cp -a $install/usr/share/glib-2.0 $fs/usr/share
    1.15  	cp -a $install/usr/share/gdb $fs/usr/share
    1.16 -	
    1.17 +
    1.18  	# Python codegen, tester, compile, Perl mkenums
    1.19  	cp -a $install/usr/lib/gdbus-2.0 $fs/usr/lib
    1.20  	for bin in gdbus-codegen gtester* glib-mkenums glib-compile-*
    1.21  	do
    1.22  		cp -a $install/usr/bin/$bin $fs/usr/bin
    1.23  	done
    1.24 -	
    1.25 +
    1.26  	# Remove libgio-dev
    1.27  	rm -rf $fs/usr/lib/libgio*.*a
    1.28  	rm -rf $fs/usr/include/gio-unix-2.0