wok diff libkeybinder/receipt @ rev 14309

Up: ethumb-dev (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:20:34 2013 +0200 (2013-04-07)
parents 2bbae4856e6c
children 4904e3d374a9
line diff
     1.1 --- a/libkeybinder/receipt	Fri Mar 01 16:24:09 2013 +0000
     1.2 +++ b/libkeybinder/receipt	Sun Apr 07 10:20:34 2013 +0200
     1.3 @@ -12,11 +12,12 @@
     1.4  
     1.5  DEPENDS="gtk+"
     1.6  BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \
     1.7 -pygtk-dev pygobject-dev"
     1.8 +pygtk-dev pygobject-dev automake autoconf libtool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	autoreconf -vif &&
    1.14  	./configure $CONFIGURE_ARGS && make && make install
    1.15  }
    1.16