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}
9 TERMUX_PKG_SRCURL=https://www.sqlite.org/2017/sqlite-autoconf-${_SQLITE_MAJOR}${_SQLITE_MINOR}0${_SQLITE_PATCH}00.tar.gz
10 TERMUX_PKG_SHA256=06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
11 # ac_cv_func_strerror_r=no as strerror_r() with the
12 # GNU signature is only # available in android-23:
13 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
14 ac_cv_func_strerror_r=no
18 termux_step_pre_configure() {