summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ceph.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/ceph.morph b/ceph.morph
new file mode 100644
index 00000000000..d2e990d138d
--- /dev/null
+++ b/ceph.morph
@@ -0,0 +1,13 @@
+{
+ "name": "ceph",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --with-nss --prefix=\"$PREFIX\" --without-fuse --without-libatomic-ops"
+ ],
+ "install-commands": [
+ "make install",
+ "install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph"
+ ]
+}