21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'watchdog'
|
|
pkgname=watchdog
|
|
version=5.15
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Software watchdog daemon"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2"
|
|
homepage="https://sourceforge.net/projects/watchdog/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c
|
|
conf_files="/etc/watchdog.conf"
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
broken="nfsmount.h:9:10: fatal error: rpc/rpc.h: No such file or directory"
|
|
fi
|
|
|
|
post_install() {
|
|
vsv watchdog
|
|
}
|