Commit Graph

7 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 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Oliver Schmidhauser bf5bf339fb Provide a better description for the rcs package (#1691)
When i misspelled `cp` to `co` it told me to install the package `rcs`
for it. Not knowing what it was I called `apt show rcs`. But the
    description didn't help me at all.
So I copied the description from Debian.
2017-10-22 01:02:12 +02:00
Henrik Grimler b38963f7f8 Rcs: add diffutils as dependency and fix diff{,3} paths (#1353)
* rcs: specify diff-patch when configuring

* rcs: add diffutils as dependency and fix diff{,3} paths
2017-09-05 11:56:28 +02:00
Fredrik Fornwall 1169a7c659 rcs: Build with clang using patch from upstream 2017-08-29 22:41:29 +02:00
its-pointless c5c5181c00 rcs gnu revision control system 2017-08-29 21:16:31 +02:00