wok rev 19740
libkeybinder: use lua5.1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 13:32:11 2017 +0100 (2017-02-18) |
parents | e99b50ce85e9 |
children | d5f2ad767bdf |
files | libkeybinder/receipt |
line diff
1.1 --- a/libkeybinder/receipt Sat Feb 18 11:55:55 2017 +0100 1.2 +++ b/libkeybinder/receipt Sat Feb 18 13:32:11 2017 +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.