Browse Source
apt: unsplit libapt-pkg as apt depends on it
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
3 additions and
9 deletions
-
packages/apt/build.sh
-
packages/apt/libapt-pkg.subpackage.sh
|
|
@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/apt |
|
|
|
TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=1.4.9 |
|
|
|
TERMUX_PKG_REVISION=23 |
|
|
|
TERMUX_PKG_REVISION=24 |
|
|
|
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz |
|
|
|
TERMUX_PKG_SHA256=d4d65e7c84da86f3e6dcc933bba46a08db429c9d933b667c864f5c0e880bac0d |
|
|
|
# apt-key requires utilities from coreutils, findutils, gpgv, grep, sed. |
|
|
|
TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libc++, libcurl, liblzma, sed, termux-licenses, zlib" |
|
|
|
TERMUX_PKG_CONFLICTS="apt-transport-https" |
|
|
|
TERMUX_PKG_REPLACES="apt-transport-https" |
|
|
|
TERMUX_PKG_CONFLICTS="apt-transport-https, libapt-pkg" |
|
|
|
TERMUX_PKG_REPLACES="apt-transport-https, libapt-pkg" |
|
|
|
TERMUX_PKG_RECOMMENDS="game-repo, science-repo" |
|
|
|
TERMUX_PKG_SUGGESTS="gnupg, unstable-repo, x11-repo" |
|
|
|
TERMUX_PKG_ESSENTIAL=true |
|
|
|
|
|
@ -1,6 +0,0 @@ |
|
|
|
TERMUX_SUBPKG_DESCRIPTION="Header files and libraries for libapt-pkg and libapt-inst" |
|
|
|
TERMUX_SUBPKG_INCLUDE=" |
|
|
|
include/apt-pkg |
|
|
|
lib/libapt-pkg.so |
|
|
|
lib/libapt-inst.so |
|
|
|
" |