mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
- `fix-aligned-alloc-detection.patch` fixes a preprocessor conditional mistake introduced in 8b80ad7f24
- Revision-bump all reverse dependencies in the `packages` folder
15 lines
704 B
Bash
15 lines
704 B
Bash
TERMUX_PKG_HOMEPAGE=https://libtins.github.io
|
|
TERMUX_PKG_DESCRIPTION="High-level, multiplatform C++ network packet sniffing and crafting library."
|
|
TERMUX_PKG_LICENSE="BSD 2-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="4.5"
|
|
TERMUX_PKG_REVISION=4
|
|
TERMUX_PKG_SRCURL="https://github.com/mfontanini/libtins/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=6ff5fe1ada10daef8538743dccb9c9b3e19d05d028ffdc24838e62ff3fc55841
|
|
TRRMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++, libpcap, openssl"
|
|
TERMUX_PKG_BUILD_DEPENDS="boost, boost-headers"
|
|
TERMUX_PKG_BREAKS="libtins-dev"
|
|
TERMUX_PKG_REPLACES="libtins-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|