summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-09 14:13:57 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-09 14:13:57 +0000
commitbda92ad9f72eb7891edb92ef7da66748df00e445 (patch)
treed8563d00b1a0268053a9ae811a3686a3155037cf
parente3324651cc1f9f116754a4713e08bfb0bac50150 (diff)
downloaddiffutils-bda92ad9f72eb7891edb92ef7da66748df00e445.tar.gz
add morph
-rw-r--r--diffutils.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/diffutils.morph b/diffutils.morph
new file mode 100644
index 0000000..527b98e
--- /dev/null
+++ b/diffutils.morph
@@ -0,0 +1,14 @@
+{
+ "name": "diffutils",
+ "kind": "chunk",
+ "configure-commands": [
+ "bash bootstrap",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}