Commit Graph

15 Commits

Author SHA1 Message Date
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 4832078d86 reformat build.sh for some packages
* Packages where dependencies were sorted are bumped.
2019-07-22 01:51:28 +03:00
Leonid Pliushch ad47bed9bb specify essential packages
* libbz2 / bzip2
 * coreutils
 * libcurl / curl
 * gzip
 * less
 * tar
 * liblzma / xz-utils
2019-07-21 22:18:09 +03:00
Leonid Pliushch 468ad8abbd gzip: fix path to /tmp 2019-03-02 14:52:32 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall ce5933504e gzip: Update from 1.9 to 1.10 2018-12-30 23:13:43 +01:00
Fredrik Fornwall a64437c43a gzip: Fix text relocations on i686 (fixes #654) 2018-04-09 14:13:22 +02:00
Leonid Pliushch d365f5e7df gzip: fix errors in gzexe script 2018-03-06 16:45:03 +01:00
Fredrik Fornwall 8ba6df31d5 gzip: Update from 1.8 to 1.9 2018-01-08 16:06:30 +01:00
Fredrik Fornwall 13d61d5350 gzip: Fix invalid grep path in zgrep (fix #1161) 2017-07-26 12:40:05 +02:00
Fredrik Fornwall b8352277e3 Use more source checksums 2017-03-04 21:54:30 +01:00
Fredrik Fornwall 722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall dbc107ff6c gzip: Update from 1.7 to 1.8 2016-04-27 11:05:57 -04:00
Fredrik Fornwall 786d3f9071 gzip: Update from 1.6 to 1.7 2016-03-29 17:53:50 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00