wok-6.x diff libkeybinder/receipt @ rev 20552
Update get-palemoon for 28.2.2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 11 10:30:11 2018 +0100 (2018-12-11) |
parents | 16df76e1fc6a |
children | e3f377fbc5f0 |
line diff
1.1 --- a/libkeybinder/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/libkeybinder/receipt Tue Dec 11 10:30:11 2018 +0100 1.3 @@ -13,13 +13,17 @@ 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 automake autoconf libtool" 1.8 +pygtk-dev pygobject-dev automake autoconf libtool lua5.1-dev" 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 + ./configure \ 1.16 + --with-lua-suffix=5.1 \ 1.17 + --with-lua-includes=/usr/include/lua/5.1 \ 1.18 + $CONFIGURE_ARGS && 1.19 + make && make install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.