Commit Graph

9 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 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall bdddcb9e81 libconfuse: Update from 3.2 to 3.2.1 2017-10-15 01:02:39 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall fe3ed6e7ed libconfuse: Update from 3.0 to 3.2 2017-07-26 15:12:00 +02:00
Fredrik Fornwall ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall ad4b7eac07 libnl3: Rename to libnl 2017-02-09 10:26:49 +01:00
Fredrik Fornwall 65fece0813 Use source checksums for new packages 2017-02-09 09:34:09 +01:00
David Martínez aeb1a5ea4b bmon: added package and its dependencies (libconfuse and libnl3) (#758)
* bmon: added package and its dependencies (libconfuse and libnl3)

* libnl3: fixed homepage, source url and bumped revision
2017-02-09 09:28:35 +01:00