From c48b492b04c943c0f6c6e3fe60196973b5c0a62e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 11:19:13 +0100 Subject: Add acl.morph --- acl.morph | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 acl.morph 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" + ] +} -- cgit v1.2.1