1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-16 13:40:16 +01:00
Files
operating-system/buildroot/package/findutils/findutils.mk
T
2018-03-17 23:47:00 +00:00

17 lines
453 B
Makefile

################################################################################
#
# findutils
#
################################################################################
FINDUTILS_VERSION = 4.6.0
FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils
FINDUTILS_LICENSE = GPL-3.0+
FINDUTILS_LICENSE_FILES = COPYING
FINDUTILS_CONF_ENV = \
gl_cv_func_stdin=yes \
ac_cv_func_working_mktime=yes \
gl_cv_func_wcwidth_works=yes
$(eval $(autotools-package))