Browse Source
dpkg: depend on diffutils
Fixes:
dpkg: warning: 'diff' not found in PATH or not executable
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
4 additions and
3 deletions
-
packages/diffutils/build.sh
-
packages/dpkg/build.sh
|
|
@ -1,8 +1,9 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/diffutils/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Programs (cmp, diff, diff3 and sdiff) related to finding differences between files" |
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
|
TERMUX_PKG_ESSENTIAL=yes |
|
|
|
TERMUX_PKG_VERSION=3.7 |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SHA256=b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26 |
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/diffutils/diffutils-${TERMUX_PKG_VERSION}.tar.xz |
|
|
|
TERMUX_PKG_DEPENDS="libiconv" |
|
|
|
|
|
@ -2,11 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/dpkg |
|
|
|
TERMUX_PKG_DESCRIPTION="Debian package management system" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=1.19.7 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_REVISION=3 |
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_${TERMUX_PKG_VERSION}.tar.xz |
|
|
|
TERMUX_PKG_SHA256=4c27fededf620c0aa522fff1a48577ba08144445341257502e7730f2b1a296e8 |
|
|
|
# with the extract.c.patch we remove the -p and --warning=no-timestamp tar options so we can use busybox tar |
|
|
|
TERMUX_PKG_DEPENDS="bzip2, coreutils, gzip, libbz2, liblzma, tar, xz-utils, zlib" |
|
|
|
TERMUX_PKG_DEPENDS="bzip2, coreutils, diffutils, gzip, libbz2, liblzma, tar, xz-utils, zlib" |
|
|
|
TERMUX_PKG_ESSENTIAL=yes |
|
|
|
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|