mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-25 20:12:11 +00:00
11 lines
314 B
Makefile
11 lines
314 B
Makefile
#############################################################
|
|
#
|
|
# findutils
|
|
#
|
|
#############################################################
|
|
FINDUTILS_VERSION:=4.2.31
|
|
FINDUTILS_SOURCE:=findutils-$(FINDUTILS_VERSION).tar.gz
|
|
FINDUTILS_SITE:=$(BR2_GNU_MIRROR)/findutils/
|
|
|
|
$(eval $(call AUTOTARGETS,package,findutils))
|