Commit Graph

25 Commits

Author SHA1 Message Date
Henrik Grimler e811f17de8 tar: update to 1.34 2021-02-14 17:18:48 +01:00
Leonid Pliushch c4dc90c657
tar: update to 1.33 2021-02-07 21:20:47 +00:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch c75ba9f7fa tar: bump revision 2020-07-07 19:35:32 +03:00
Leonid Pliushch fcf8ced972 tar: add fix for android 10 2019-11-29 15:27:43 +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 1cad26d5d0 tar: remove xz-utils from dependencies
* It is optional.

* It is part of bootstrap archives and is essential.
2019-07-22 01:59:45 +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 b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Leonid Pliushch c120563b58 fix compilation errors for apt, busybox, imagemagick, libelf, tar 2019-03-10 15:41:38 +02:00
Leonid Pliushch d2b17988da tar: fix path to /tmp 2019-03-02 14:53:02 +02:00
Fredrik Fornwall 12c91d88a9 tar: Update from 1.31 to 1.32 2019-03-01 21:57:45 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 23731201ee tar: Update from 1.30 to 1.31 2019-01-03 02:08:10 +01:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Leonid Plyushch db3d5af1b8 tar: fix segfault when extracting archive that contains device files (block devices or such) (#1974) 2017-12-29 03:28:49 +01:00
Fredrik Fornwall fbf18c5e67 Remove empty TERMUX_PKG_REVISION 2017-12-20 00:11:17 +01:00
Auxilus 553f0bb94c Update tar to 1.30 (#1943) 2017-12-20 00:06:06 +01:00
Fredrik Fornwall b8352277e3 Use more source checksums 2017-03-04 21:54:30 +01:00
Fredrik Fornwall af4dc416ed s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/ 2017-01-11 01:21:42 -05:00
Fredrik Fornwall 722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall 7892fa9703 tar: Fix /bin/sh -> $PREFIX/bin/sh
Also depend on xz-utils for xz compression to work.

Fixes #410.
2016-08-20 17:36:39 -04:00
Fredrik Fornwall 71e03e96cf tar: Update from 1.28 to 1.29 2016-05-16 16:49:16 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00