mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 16:57:09 +00:00
* Rename main package to binutils-libs * Install executables into libexec/binutils/ * Create subpackage binutils-bin not conflicting with binutils-is-llvm - binutils-bin contains symlinks bin/{as,elfedit,gprof,ld.bfd} * Make binutils essentially a metapackage only containing symlinks
17 lines
423 B
Bash
17 lines
423 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/as
|
|
bin/elfedit
|
|
bin/gprof
|
|
bin/ld.bfd
|
|
libexec/binutils/
|
|
share/info/as.info
|
|
share/info/binutils.info
|
|
share/info/gprof.info
|
|
share/info/ld.info
|
|
share/man/
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="Collection of binary tools, the main ones being ld, the GNU linker, and as, the GNU assembler"
|
|
TERMUX_SUBPKG_DEPENDS="libc++"
|
|
TERMUX_SUBPKG_BREAKS="binutils (<< 2.39-3)"
|
|
TERMUX_SUBPKG_REPLACES="binutils (<< 2.39-3)"
|