1 TERMUX_PKG_HOMEPAGE=https://www.sqlite.org
2 TERMUX_PKG_DESCRIPTION="Software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine"
3 # Note: Updating this version requires bumping the tcl package as well.
7 TERMUX_PKG_VERSION=${_SQLITE_MAJOR}.${_SQLITE_MINOR}.${_SQLITE_PATCH}
8 TERMUX_PKG_SRCURL=https://www.sqlite.org/2017/sqlite-autoconf-${_SQLITE_MAJOR}${_SQLITE_MINOR}0${_SQLITE_PATCH}00.tar.gz
9 TERMUX_PKG_SHA256=3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0
10 # ac_cv_func_strerror_r=no as strerror_r() with the
11 # GNU signature is only # available in android-23:
12 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
13 ac_cv_func_strerror_r=no
17 termux_step_pre_configure() {