summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-19 18:04:22 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-19 18:04:22 +0000
commitf8e798da86de73f0efa512438c5c1f6729ae4b91 (patch)
tree2388512013c3bc2ccc7f989ca3b2fe7b9c1f2df7
parentf3d00f39e2f7bac43d2d4a80baa26f8ed8dcf454 (diff)
downloadattr-f8e798da86de73f0efa512438c5c1f6729ae4b91.tar.gz
Use custom commands for attr.morph.
-rw-r--r--attr.morph15
1 files changed, 12 insertions, 3 deletions
diff --git a/attr.morph b/attr.morph
index f348d0c..4c70078 100644
--- a/attr.morph
+++ b/attr.morph
@@ -1,5 +1,14 @@
{
- "name": "attr",
- "kind": "chunk",
- "build-system": "autotools"
+ "name": "attr",
+ "kind": "chunk",
+ "configure-commands": [
+ "autoconf"
+ "configure"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install install-lib"
+ ]
}