wok 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 859bec4c396b
children 07430e4ff626
files libkeybinder/receipt
line diff
     1.1 --- a/libkeybinder/receipt	Wed Mar 13 10:16:45 2013 +0100
     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