From 2116bcf733b439c5e77c9aa98f5df24f757b1ab8 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Mon, 23 Oct 2017 10:52:06 +0200 Subject: [PATCH] depot: recipe for findutils Issue #2446 --- repos/ports/recipes/src/findutils/content.mk | 12 ++++++++++++ repos/ports/recipes/src/findutils/hash | 1 + repos/ports/recipes/src/findutils/used_apis | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 repos/ports/recipes/src/findutils/content.mk create mode 100644 repos/ports/recipes/src/findutils/hash create mode 100644 repos/ports/recipes/src/findutils/used_apis diff --git a/repos/ports/recipes/src/findutils/content.mk b/repos/ports/recipes/src/findutils/content.mk new file mode 100644 index 000000000..fc00b2be6 --- /dev/null +++ b/repos/ports/recipes/src/findutils/content.mk @@ -0,0 +1,12 @@ +content: src/noux-pkg/findutils LICENSE + +PORT_DIR := $(call port_dir,$(REP_DIR)/ports/findutils) + +src/noux-pkg/findutils: + mkdir -p $@ + cp -a $(PORT_DIR)/src/noux-pkg/findutils/* $@ + cp -a $(REP_DIR)/src/noux-pkg/findutils/* $@ + +LICENSE: + cp $(PORT_DIR)/src/noux-pkg/findutils/COPYING $@ + diff --git a/repos/ports/recipes/src/findutils/hash b/repos/ports/recipes/src/findutils/hash new file mode 100644 index 000000000..8a3506843 --- /dev/null +++ b/repos/ports/recipes/src/findutils/hash @@ -0,0 +1 @@ +2017-11-02 2500a6209ff5e4150a828558bd76f496655d2421 diff --git a/repos/ports/recipes/src/findutils/used_apis b/repos/ports/recipes/src/findutils/used_apis new file mode 100644 index 000000000..737e3c26a --- /dev/null +++ b/repos/ports/recipes/src/findutils/used_apis @@ -0,0 +1,3 @@ +libc +noux +posix