summaryrefslogtreecommitdiff
path: root/ceph-service/ceph.morph
blob: 1facc7a7c7ff0b79a7dcd7a72c6f270f86892ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: ceph-service/ceph.morph
kind: chunk
repo: upstream:ceph
ref: 8fdf1df512b73bad0eb695cdf9cbf2d09f0327d4
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops
install-commands:
- make install
- install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph
- install -d $DESTDIR/etc/ceph
- install -D -d $DESTDIR/var/lib/ceph
- install -d $DESTDIR/var/lib/ceph/mon
- install -d $DESTDIR/var/lib/ceph/osd
- install -d $DESTDIR/var/lib/ceph/mds
- install -d $DESTDIR/var/lib/ceph/tmp
- install -d $DESTDIR/var/lib/ceph/bootstrap-mds
- install -d $DESTDIR/var/lib/ceph/bootstrap-osd
- install -D -d $DESTDIR/var/log/ceph
build_depends:
- ceph-service/libaio.morph
- ceph-service/gperftools.morph
- ceph-service/nss.morph
- ceph-service/leveldb.morph
- ceph-service/libeditline.morph
- ceph-service/keyutils.morph
- ceph-service/boost.morph