1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 15:57:08 +00:00
termux-packages/packages/c-toxcore/build.sh
Aditya Alok 01b46f7204
chore(c-toxcore): update to 0.2.18
switch to git url since now it contains `third_party/` dependencies as submodules

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-19 21:24:20 +05:30

16 lines
509 B
Bash

TERMUX_PKG_HOMEPAGE=https://tox.chat
TERMUX_PKG_DESCRIPTION="Backend library for the Tox protocol"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.2.18
TERMUX_PKG_SRCURL=https://github.com/TokTok/toxcore.git
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libmsgpack, libsodium, libopus, libvpx"
TERMUX_PKG_BREAKS="c-toxcore-dev"
TERMUX_PKG_REPLACES="c-toxcore-dev"
#TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBOOTSTRAP_DAEMON=off
-DDHT_BOOTSTRAP=off
"