wok diff glib/receipt @ rev 10245

Up: glib to 2.28.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 01:51:01 2011 +0000 (2011-05-21)
parents 55f61f660e08
children 4c79e8be0e14
line diff
     1.1 --- a/glib/receipt	Wed Apr 06 08:10:27 2011 +0000
     1.2 +++ b/glib/receipt	Sat May 21 01:51:01 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib"
     1.7 -VERSION="2.28.5"
     1.8 +VERSION="2.28.6"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,7 +14,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --sysconfdir=/etc && make && make install
    1.17 +	./configure --sysconfdir=/etc \
    1.18 +	$CONFIGURE_ARGS &&
    1.19 +	make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.