12 lines
641 B
Bash
12 lines
641 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libunistring/
|
|
TERMUX_PKG_DESCRIPTION="Library providing functions for manipulating Unicode strings"
|
|
TERMUX_PKG_LICENSE="LGPL-3.0, GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.0
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libunistring/libunistring-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libiconv"
|
|
TERMUX_PKG_BREAKS="libunistring-dev"
|
|
TERMUX_PKG_REPLACES="libunistring-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_uselocale=no am_cv_langinfo_codeset=yes"
|