aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-director
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:04:23 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:04:23 +0000
commit87fa496a4163492cb1593ffcb87caea2cb384555 (patch)
tree6fcc83818fee342874a1ffaa86405def9e116ca9 /community/icingaweb2-module-director
parent4287e522617311981cc5097547455862adf483ff (diff)
downloadaports-87fa496a4163492cb1593ffcb87caea2cb384555.tar.bz2
aports-87fa496a4163492cb1593ffcb87caea2cb384555.tar.xz
community/icingaweb2-module-director: added dependencies
Diffstat (limited to 'community/icingaweb2-module-director')
-rw-r--r--community/icingaweb2-module-director/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD
index cd150752f2..cd0415d9c1 100644
--- a/community/icingaweb2-module-director/APKBUILD
+++ b/community/icingaweb2-module-director/APKBUILD
@@ -3,13 +3,13 @@
pkgname=icingaweb2-module-director
_module=${pkgname/*-/}
pkgver=1.7.2
-pkgrel=0
+pkgrel=1
pkgdesc="Configuration frontend for Icinga 2, integrated automation"
url="http://www.icinga.org"
arch="noarch !armhf !armv7 !s390x"
license="GPL-2.0-or-later"
_php=php7
-depends="icingaweb2 $_php-curl"
+depends="icingaweb2 $_php-curl icingaweb2-module-incubator icingaweb2-module-ipl icingaweb2-module-reactbundle"
options="!check"
pkggroups="icingaweb2"
subpackages="$pkgname-doc"
@@ -26,6 +26,7 @@ package() {
mkdir -p "$pkgdir/usr/share/webapps/icingaweb2/modules/$_module/contrib"
cp -a application library public schema test \
configuration.php module.info run.php \
+ run-missingdeps.php register-hooks.php \
"$pkgdir/usr/share/webapps/icingaweb2/modules/$_module"
cp -a contrib/*-agent-installer \
"$pkgdir/usr/share/webapps/icingaweb2/modules/$_module/contrib"