New package: lldpd-1.0.5

This commit is contained in:
Zach Dykstra 2020-05-30 00:18:04 -05:00 committed by Andrew J. Hesford
parent 970bd463d3
commit 9c741cd2d3
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
/usr/bin/vlogger

3
srcpkgs/lldpd/files/lldpd/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec lldpd ${OPTS:- -d} 2>&1

22
srcpkgs/lldpd/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'lldpd'
pkgname=lldpd
version=1.0.5
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=2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99
system_groups="_lldpd"
system_accounts="_lldpd"
post_install() {
vsv lldpd
vlicense LICENSE
}