wok diff libkeybinder/receipt @ rev 14495

kbd-base/stuff/keymaps-path.list: add greek keymaps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 09 20:32:53 2013 +0000 (2013-05-09)
parents 2bbae4856e6c
children 4904e3d374a9
line diff
     1.1 --- a/libkeybinder/receipt	Fri Mar 01 16:24:09 2013 +0000
     1.2 +++ b/libkeybinder/receipt	Thu May 09 20:32:53 2013 +0000
     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