summaryrefslogtreecommitdiff
path: root/acl.morph
diff options
context:
space:
mode:
Diffstat (limited to 'acl.morph')
-rw-r--r--acl.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/acl.morph b/acl.morph
new file mode 100644
index 0000000..10576e0
--- /dev/null
+++ b/acl.morph
@@ -0,0 +1,14 @@
+{
+ "name": "acl",
+ "kind": "chunk",
+ "configure-commands": [
+ "autoreconf -ivf -I m4",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}