Move all to deprecated folder.
This commit is contained in:
13
deprecated/firmware/buildroot/package/findutils/Config.in
Normal file
13
deprecated/firmware/buildroot/package/findutils/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_FINDUTILS
|
||||
bool "findutils"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Basic directory searching utilities. Provides the
|
||||
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
|
||||
|
||||
http://www.gnu.org/software/findutils/findutils.html
|
||||
|
||||
comment "findutils needs a toolchain w/ wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d findutils-4.6.0.tar.gz
|
||||
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