wok diff libkeybinder/receipt @ rev 14199

libkeybinder: needs autoreconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 18:51:10 2013 +0100 (2013-03-13)
parents 2bbae4856e6c
children 4904e3d374a9
line diff
     1.1 --- a/libkeybinder/receipt	Fri Mar 01 16:24:09 2013 +0000
     1.2 +++ b/libkeybinder/receipt	Wed Mar 13 18:51:10 2013 +0100
     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