summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 18:08:31 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 18:08:31 +0000
commitfcaa48b78d8d4f70363f3e2783d6adbafe9e66ae (patch)
treeecb039df7024a62d4bc7149d41760f1d3a2cb8fe
parent56a172df501f1eb9d7f84b2c79a5979eb2099edc (diff)
downloadfindutils-fcaa48b78d8d4f70363f3e2783d6adbafe9e66ae.tar.gz
add morph
-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"
+ ]