summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--findutils.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/findutils.morph b/findutils.morph
new file mode 100644
index 00000000..eacf09de
--- /dev/null
+++ b/findutils.morph
@@ -0,0 +1,13 @@
+{
+ "name": "findutils",
+ "kind": "chunk",
+ "configure-commands": [
+ "sh import-gnulib.sh",
+ "./configure --prefix=/usr --libexecdir=/usr/lib/findutils --localstatedir=/var/lib/locate"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]