APKBUILD small changes
This commit is contained in:
4
APKBUILD
4
APKBUILD
@@ -6,6 +6,7 @@ pkgrel=1
|
||||
pkgdesc="OpenNebula Server and Scheduler (Community Edition)"
|
||||
url="https://opennebula.io/"
|
||||
arch="x86_64"
|
||||
options="!check"
|
||||
license="Apache"
|
||||
depends="augeas
|
||||
curl
|
||||
@@ -97,9 +98,6 @@ build() {
|
||||
CXXFLAGS="--std=c++14" scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=no
|
||||
}
|
||||
|
||||
check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "opennebula-${pkgver}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user