Add runtime dependencies
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# Maintainer: Thore Bödecker <foxxx0@archlinux.org>
|
||||
# Contributor: Sébastien "Seblu" Luttringer <seblu@archlinux.org>
|
||||
|
||||
# TODO
|
||||
# Dashboard (ng not found?)
|
||||
|
||||
pkgbase='ceph'
|
||||
pkgname=('ceph' 'ceph-libs' 'ceph-mgr')
|
||||
_zstdver=1.5.0
|
||||
@@ -13,7 +10,7 @@ pkgdesc='Distributed, fault-tolerant storage platform delivering object, block,
|
||||
arch=('x86_64')
|
||||
url='https://ceph.com/'
|
||||
license=('GPL')
|
||||
makedepends=("zstd" 'bash' 'bc' 'boost' 'boost-libs' 'bzip2' 'c-ares' 'cmake' 'coreutils' 'coffeescript'
|
||||
makedepends=('zstd' 'bash' 'bc' 'boost' 'boost-libs' 'bzip2' 'c-ares' 'cmake' 'coreutils' 'coffeescript'
|
||||
'cpio' 'crypto++' 'cryptsetup' 'cunit' 'curl' 'cython' 'expat'
|
||||
'fcgi' 'fontconfig' 'fuse2' 'fuse3' 'fmt' 'gcc' 'gcc-libs' 'git' 'glibc' 'gmock' 'gnutls'
|
||||
'gperf' 'gperftools' 'gptfdisk' 'gtest' 'hwloc' 'inetutils' 'java-runtime'
|
||||
@@ -209,7 +206,7 @@ build() {
|
||||
# }
|
||||
|
||||
package_ceph-libs() {
|
||||
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
|
||||
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'liburing' 'lz4' 'nss'
|
||||
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt')
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
@@ -229,7 +226,7 @@ package_ceph-libs() {
|
||||
package_ceph() {
|
||||
depends=("ceph-libs=${pkgver}-${pkgrel}"
|
||||
'boost-libs' 'curl' 'fuse2' 'fuse3' 'fmt' 'glibc' 'gperftools' 'java-runtime'
|
||||
'keyutils' 'leveldb' 'libaio' 'libutil-linux' 'librdkafka'
|
||||
'keyutils' 'leveldb' 'libaio' 'libutil-linux' 'librdkafka' 'lua'
|
||||
'lsb-release' 'ncurses'
|
||||
'nss' 'oath-toolkit' 'python' 'python-bcrypt' 'python-setuptools'
|
||||
'python-prettytable' 'python-cmd2' 'python-dateutil' 'snappy' 'sudo' 'systemd-libs'
|
||||
|
Reference in New Issue
Block a user