summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 22:59:39 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 22:59:39 +0100
commit9ae350bd2b9bf25132ead0d1744d903674ea0513 (patch)
tree39eb8200781d006f97b346903259f54716d91b0f
parent26a694b1a18a92580d211ec2d18803af0ad05d99 (diff)
downloadgnome-keyring-baserock/morph.tar.gz
gnome-keyring.morphbaserock/morph
-rw-r--r--gnome-keyring.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnome-keyring.morph b/gnome-keyring.morph
new file mode 100644
index 00000000..16122d31
--- /dev/null
+++ b/gnome-keyring.morph
@@ -0,0 +1,9 @@
+{
+ "name": "gnome-keyring",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --without-ca-certificates"
+ ]
+}