2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/findutils/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and perform various actions on the files which are found"
|
2016-01-02 22:57:40 +01:00
|
|
|
TERMUX_PKG_VERSION=4.6.0
|
2016-09-20 01:09:43 +02:00
|
|
|
TERMUX_PKG_BUILD_REVISION=1
|
2016-01-02 22:57:40 +01:00
|
|
|
TERMUX_PKG_SRCURL=http://ftp.gnu.org/pub/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.gz
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="gl_cv_func_fflush_stdin=yes SORT_SUPPORTS_Z=yes SORT=$TERMUX_PREFIX/bin/applets/sort"
|
|
|
|
TERMUX_PKG_DEPENDS="libandroid-support"
|
2015-11-19 23:50:02 +01:00
|
|
|
# Remove locale and updatedb which in Termux is provided by mlocate:
|
2016-01-02 22:57:40 +01:00
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/locate bin/updatedb share/man/man1/locate.1 share/man/man1/updatedb.1 share/man/man5/locatedb.5"
|