# HG changeset patch # User Christophe Lincoln # Date 1335402389 -7200 # Node ID c325d9f0ab7e3f6f94ef278d99950a4248e49194 # Parent c77d756cfabaf711fc91365bed4a1442cf571238 Add pcre-dev to glib-dev deps diff -r c77d756cfaba -r c325d9f0ab7e glib-dev/receipt --- a/glib-dev/receipt Thu Apr 26 02:32:10 2012 +0200 +++ b/glib-dev/receipt Thu Apr 26 03:06:29 2012 +0200 @@ -8,7 +8,7 @@ WANTED="glib" WEB_SITE="http://www.gtk.org/" -DEPENDS="glib perl python libffi-dev libgio libgio-dev" +DEPENDS="glib perl python libffi-dev libgio libgio-dev pcre-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -21,14 +21,14 @@ cp -a $install/usr/share/aclocal $fs/usr/share cp -a $install/usr/share/glib-2.0 $fs/usr/share cp -a $install/usr/share/gdb $fs/usr/share - + # Python codegen, tester, compile, Perl mkenums cp -a $install/usr/lib/gdbus-2.0 $fs/usr/lib for bin in gdbus-codegen gtester* glib-mkenums glib-compile-* do cp -a $install/usr/bin/$bin $fs/usr/bin done - + # Remove libgio-dev rm -rf $fs/usr/lib/libgio*.*a rm -rf $fs/usr/include/gio-unix-2.0