mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
27 lines
834 B
Bash
27 lines
834 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.recoll.org/
|
|
TERMUX_PKG_DESCRIPTION="Full-text search for your desktop"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.41.1"
|
|
TERMUX_PKG_SRCURL=https://www.recoll.org/recoll-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=5ca11f3f6015b03584b5bb205215c15e19196ec88771a0a4e46f6cfa6802956d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="aspell, file, libc++, libiconv, libxapian, libxml2, libxslt, zlib"
|
|
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dpython-chm=false
|
|
-Dpython-aspell=false
|
|
-Daspell=true
|
|
-Dx11mon=false
|
|
-Dqtgui=false
|
|
-Dsystemd=false
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
rm -f CMakeLists.txt
|
|
|
|
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
|
CXXFLAGS+=" -fPIC"
|
|
CPPFLAGS+=" -I${TERMUX_PREFIX}/include/python${TERMUX_PYTHON_VERSION}/"
|
|
}
|