summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcap2.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcap2.morph b/libcap2.morph
new file mode 100644
index 0000000..5a1f435
--- /dev/null
+++ b/libcap2.morph
@@ -0,0 +1,11 @@
+{
+ "name": "libcap2",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make prefix=\"$PREFIX\""
+ ],
+ "install-commands": [
+ "make prefix=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}