kumquat-buildroot/package/findutils/findutils.mk

19 lines
540 B
Makefile
Raw Normal View History

################################################################################
#
# findutils
#
################################################################################
FINDUTILS_VERSION = 4.8.0
FINDUTILS_SOURCE = findutils-$(FINDUTILS_VERSION).tar.xz
FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils
FINDUTILS_LICENSE = GPL-3.0+
FINDUTILS_LICENSE_FILES = COPYING
FINDUTILS_CPE_ID_VENDOR = gnu
FINDUTILS_CONF_ENV = \
gl_cv_func_stdin=yes \
ac_cv_func_working_mktime=yes \
gl_cv_func_wcwidth_works=yes
$(eval $(autotools-package))