summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}