Commit Graph

16 Commits

Author SHA1 Message Date
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
its-pointless 55dec17a72 fix luarocks and liblua 2019-06-08 15:15:11 +03:00
Leonid Pliushch 30a22c75d0 liblua: pass LDFLAGS to makefile so DT_RUNPATH will be set 2019-03-20 02:26:40 +02:00
Fredrik Fornwall 0effcf0361 lua: Rebuild against readline 8 2019-02-27 23:01:33 +01:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 0442b7d854 lua: Update from 5.3.4 to 5.3.5 2018-07-11 11:19:18 +02:00
Fredrik Fornwall 1e8036756a liblua: Build with -DLUA_COMPAT_UNPACK
This makes 'table.unpack' exposed as 'unpack' which is used by
e.g. man.lua in neovim.
2018-02-05 01:58:30 +01:00
Stephen ceadb14fb2 need to specify 2017-09-14 23:33:37 +02:00
Stephen da4f35b17d add readline build dependency to lua
#1169

deals with subpackage dependency
2017-09-14 23:33:37 +02:00
Leonid Pliushch e70b9bf777 liblua: fix path in LUA_TMPNAMETEMPLATE 2017-09-14 22:02:07 +02:00
Fredrik Fornwall 5fef7d299b lua: Build with -DLUA_COMPAT_5_2 2017-03-01 17:18:15 +01:00
Fredrik Fornwall b32d84878c lua: Update from 5.3.3 to 5.3.4 2017-02-02 01:35:35 +01:00
Fredrik Fornwall 154bc46225 lua: Add and replace luajit
luajit is rather complex and lacking upstream maintenance.
2017-01-18 01:02:18 +01:00