0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 15:47:26 +00:00
termux-packages/packages/binutils-libs/binutils.subpackage.sh
Henrik Grimler 2b65bc0e67 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 11:16:15 +02:00

22 lines
375 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/$TERMUX_HOST_PLATFORM-*
bin/addr2line
bin/ar
bin/c++filt
bin/dwp
bin/ld
bin/nm
bin/objcopy
bin/objdump
bin/ranlib
bin/readelf
bin/size
bin/strings
bin/strip
share/binutils/
"
TERMUX_SUBPKG_DESCRIPTION="GNU Binutils (metapackage)"
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_DEPENDS="binutils-bin"
TERMUX_SUBPKG_CONFLICTS="binutils-is-llvm"