# HG changeset patch # User Pascal Bellard # Date 1487421131 -3600 # Node ID 10c4b26178ec37fa1732a644f4625e0fccad4feb # Parent e99b50ce85e93e55ece8246e557ec40ee1f76149 libkeybinder: use lua5.1 diff -r e99b50ce85e9 -r 10c4b26178ec libkeybinder/receipt --- a/libkeybinder/receipt Sat Feb 18 11:55:55 2017 +0100 +++ b/libkeybinder/receipt Sat Feb 18 13:32:11 2017 +0100 @@ -13,13 +13,17 @@ DEPENDS="gtk+" BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \ -pygtk-dev pygobject-dev automake autoconf libtool" +pygtk-dev pygobject-dev automake autoconf libtool lua5.1-dev" # Rules to configure and make the package. compile_rules() { autoreconf -vif && - ./configure $CONFIGURE_ARGS && make && make install + ./configure \ + --with-lua-suffix=5.1 \ + --with-lua-includes=/usr/include/lua/5.1 \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.