Move all to deprecated folder.
This commit is contained in:
16
deprecated/firmware/buildroot/package/findutils/findutils.mk
Normal file
16
deprecated/firmware/buildroot/package/findutils/findutils.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# findutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FINDUTILS_VERSION = 4.6.0
|
||||
FINDUTILS_SITE = $(BR2_GNU_MIRROR)/findutils
|
||||
FINDUTILS_LICENSE = GPLv3+
|
||||
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))
|
||||
Reference in New Issue
Block a user