packages/libcheckpath1/build.sh: Fix description.
[termux-packages] / packages / findutils / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/findutils/
2TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and perform various actions on the files which are found"
5bdfa513 3TERMUX_PKG_VERSION=4.6.0
054b43f4 4TERMUX_PKG_REVISION=2
722ed12d 5TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.gz
054b43f4 6TERMUX_PKG_SHA256=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
59f0d218
FF
7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_func_fflush_stdin=yes SORT_SUPPORTS_Z=yes SORT=$TERMUX_PREFIX/bin/applets/sort"
8TERMUX_PKG_DEPENDS="libandroid-support"
089a0efe 9# Remove locale and updatedb which in Termux is provided by mlocate:
5bdfa513 10TERMUX_PKG_RM_AFTER_INSTALL="bin/locate bin/updatedb share/man/man1/locate.1 share/man/man1/updatedb.1 share/man/man5/locatedb.5"
054b43f4
FF
11
12termux_step_pre_configure() {
13 # This is needed for find to implement support for the
14 # -fstype parameter by parsing /proc/self/mountinfo:
15 CPPFLAGS+=" -DMOUNTED_GETMNTENT1=1"
16}