wok-next diff lua/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents df20b2110f7e
children d5aab818505e
line diff
     1.1 --- a/lua/receipt	Wed Jul 11 02:06:34 2018 +0300
     1.2 +++ b/lua/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  WEB_SITE="https://www.lua.org/"
     1.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lua.html"
     1.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lua.html"
     1.9  REPOLOGY="lua53"
    1.10  
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -16,15 +16,12 @@
    1.13  TARBALL_SHA1="79790cfd40e09ba796b01a571d4d63b52b1cd950"
    1.14  
    1.15  BUILD_DEPENDS="readline-dev"
    1.16 -SPLIT="liblua lua-dev"
    1.17 +SPLIT="liblua $PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	sed -i '/#define LUA_ROOT/ s:/usr/local/:/usr/:' src/luaconf.h
    1.21  
    1.22  	case "$ARCH" in
    1.23 -		arm)
    1.24 -			make CC=${HOST_SYSTEM}-gcc posix
    1.25 -			;;
    1.26  		i486)
    1.27  			sed -i "s|-O2|-Os -march=$ARCH|" src/Makefile
    1.28  			make MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" linux