Skip to content

Commit

Permalink
zabbix: Install the UI too
Browse files Browse the repository at this point in the history
Signed-off-by: Morgane Glidic <[email protected]>
  • Loading branch information
sardemff7 committed Aug 6, 2024
1 parent 5be4f8a commit 50f9734
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/net-analyzer/zabbix/zabbix.exlib
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ DEPENDENCIES="
build+run:
dev-db/postgresql-client
dev-libs/libevent:=
java? ( virtual/jre )
java? ( virtual/jre:* )
run:
net-misc/fping
suggestion:
net-analyzer/zabbix-agent
dev-db/postgresql:*[>=13]
dev-lang/php:*[<8][php_extensions:pgsql] [[ description = [ PHP Frontend ] ]]
"

DEFAULT_SRC_CONFIGURE_PARAMS+=(
Expand All @@ -44,6 +45,9 @@ ZABBIX_SRC_INSTALL_DATABASE=postgresql
zabbix_src_install() {
zabbix-common_src_install

insinto /usr/share/${PN}/frontend
doins -r "${WORK}"/ui/*

if optionq java; then
insinto "/usr/share/${PN}/zabbix_java"
doins -r "${IMAGE}"/usr/$(exhost --target)/bin/zabbix_java/{bin,lib}
Expand Down

0 comments on commit 50f9734

Please sign in to comment.