summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 12:47:45 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 12:47:45 +0100
commit6179654aa1400f0fbbb65aded4c4de752b843a14 (patch)
treea69374c41f175d7ab483e97ab0af079ef692472c
parentee4626b58a1d3cf34c599c810f5d0b2f47004d76 (diff)
downloadpolkit-6179654aa1400f0fbbb65aded4c4de752b843a14.tar.gz
Add morphologybaserock/morph
Need --disable-man-pages to avoid docbook dependency
-rw-r--r--polkit.morph9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}