summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:30:31 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:30:31 +0000
commit262e589ea4ac3d1ff809648c8f2caa3836e69b25 (patch)
treeaedb558ce9898cc525da0a7594d58671c0a9bdce
parent531f075f251a16ef712e4f8da2fcd13794369b3b (diff)
downloadlibaio-baserock/morph.tar.gz
Add morph file.baserock/morph
-rw-r--r--libaio.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/libaio.morph b/libaio.morph
new file mode 100644
index 0000000..f6a1519
--- /dev/null
+++ b/libaio.morph
@@ -0,0 +1,13 @@
+{
+ "name": "libaio",
+ "kind": "chunk",
+ "configure-commands": [
+ ],
+ "build-commands": [
+ "make clean",
+ "make"
+ ],
+ "install-commands": [
+ "make prefix=\"$DESTDIR$PREFIX\" install"
+ ]
+}