From 6179654aa1400f0fbbb65aded4c4de752b843a14 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Jul 2012 12:47:45 +0100 Subject: Add morphology Need --disable-man-pages to avoid docbook dependency --- polkit.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 polkit.morph diff --git a/polkit.morph b/polkit.morph new file mode 100644 index 0000000..f8ef242 --- /dev/null +++ b/polkit.morph @@ -0,0 +1,9 @@ +{ + "name": "polkit", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "NOCONFIGURE=1 ./autogen.sh", + "./configure --prefix=\"$PREFIX\" --disable-man-pages" + ] +} -- cgit v1.2.1