wok diff libkeybinder/receipt @ rev 14215
Up: thunderbird-langpack-* (17.0.4esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Mar 16 21:38:39 2013 +0100 (2013-03-16) |
parents | 2bbae4856e6c |
children | 4904e3d374a9 |
line diff
1.1 --- a/libkeybinder/receipt Fri Mar 01 16:24:09 2013 +0000 1.2 +++ b/libkeybinder/receipt Sat Mar 16 21:38:39 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