Commit Graph

9 Commits

Author SHA1 Message Date
Leonid Pliushch 564e4262fa libduktape: install pyyaml if building on device 2019-08-16 14:31:46 +03: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 258e43b873 libduktape: update to 2.4.0 2019-08-03 14:26:19 +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
Leonid Pliushch ae1f88bad3 libduktape: trigger CI rebuild 2019-06-18 21:50:15 +03:00
Henrik Grimler 110f24031a libduktape: fix dev-package's BREAKS and REPLACES 2019-06-18 20:05:59 +02:00
Henrik Grimler 6f55fe5667 libduktape-dev: break and replace duktape-dev 2019-06-18 19:11:53 +02:00
TheBrokenRail 4dcf1b4b87 Update build.sh 2019-06-18 00:50:41 +03:00
TheBrokenRail 70368711d3 Update and rename packages/duktape/build.sh to packages/libduktape/build.sh 2019-06-18 00:50:41 +03:00