mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 19:33:20 +00:00
To ensure package manager consistency: https://www.debian.org/doc/debian-policy/ch-relationships.html#id9
10 lines
257 B
Bash
10 lines
257 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
include/libltdl/
|
|
include/ltdl.h
|
|
lib/libltdl.so
|
|
"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
|
|
TERMUX_SUBPKG_DESCRIPTION="Library for dlopening libraries"
|
|
TERMUX_SUBPKG_BREAKS="libtool (<< 2.4.7-2)"
|
|
TERMUX_SUBPKG_REPLACES="libtool (<< 2.4.7-2)"
|