void-packages/srcpkgs/lldpd/template
2025-04-02 18:03:20 -07:00

26 lines
756 B
Bash

# Template file for 'lldpd'
pkgname=lldpd
version=1.0.19
revision=1
build_style=gnu-configure
configure_args="--with-privsep-chroot=/var/empty"
hostmakedepends="pkg-config"
makedepends="libpcap-devel libcap-devel libevent-devel readline-devel"
short_desc="Broadcast 802.1AB neighbor announcements"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="ISC"
homepage="https://vincentbernat.github.io/lldpd/index.html"
distfiles="https://media.luffy.cx/files/lldpd/${pkgname}-${version}.tar.gz"
checksum=f87df3163d5e5138da901d055b384009785d1eb50fdb17a2343910fcf30a997f
system_groups="_lldpd"
system_accounts="_lldpd"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vsv lldpd
vlicense LICENSE
}