|
Lines 29-34
CDEPEND="
Link Here
|
| 29 |
radosgw? ( |
29 |
radosgw? ( |
| 30 |
dev-libs/fcgi |
30 |
dev-libs/fcgi |
| 31 |
dev-libs/expat |
31 |
dev-libs/expat |
|
|
32 |
net-misc/curl |
| 32 |
) |
33 |
) |
| 33 |
" |
34 |
" |
| 34 |
DEPEND="${CDEPEND} |
35 |
DEPEND="${CDEPEND} |
|
Lines 54-59
src_configure() {
Link Here
|
| 54 |
--without-tcmalloc \ |
55 |
--without-tcmalloc \ |
| 55 |
--docdir=/usr/share/doc/${PF} \ |
56 |
--docdir=/usr/share/doc/${PF} \ |
| 56 |
--includedir=/usr/include \ |
57 |
--includedir=/usr/include \ |
|
|
58 |
--localstatedir=/var \ |
| 57 |
$(use_with debug) \ |
59 |
$(use_with debug) \ |
| 58 |
$(use_with fuse) \ |
60 |
$(use_with fuse) \ |
| 59 |
$(use_with libatomic libatomic-ops) \ |
61 |
$(use_with libatomic libatomic-ops) \ |
|
Lines 66-73
src_install() {
Link Here
|
| 66 |
emake DESTDIR="${D}" install || die |
68 |
emake DESTDIR="${D}" install || die |
| 67 |
find "${D}" -type f -name "*.la" -exec rm -f {} \; |
69 |
find "${D}" -type f -name "*.la" -exec rm -f {} \; |
| 68 |
|
70 |
|
| 69 |
rmdir "${D}/usr/sbin" |
|
|
| 70 |
|
| 71 |
exeinto /usr/$(get_libdir)/ceph || die |
71 |
exeinto /usr/$(get_libdir)/ceph || die |
| 72 |
newexe src/init-ceph ceph_init.sh || die |
72 |
newexe src/init-ceph ceph_init.sh || die |
| 73 |
|
73 |
|