# Template file for 'xl2tpd'
pkgname=xl2tpd
version=1.3.18
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"
make_install_args="SBINDIR=\$(BINDIR)"
makedepends="libpcap-devel"
short_desc="Open source implementation of the Layer 2 Tunnelling Protocol"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.xelerance.com/services/software/xl2tpd/"
changelog="https://github.com/xelerance/xl2tpd/blob/master/CHANGES"
distfiles="https://github.com/xelerance/xl2tpd/archive/v${version}.tar.gz"
checksum=47f52b9c56cabe77766533bca3736a8198581ff38443eb4b4c8971c885ac9329

conf_files="
 /etc/xl2tpd/xl2tpd.conf
 /etc/ppp/options.l2tp"

post_install() {
	vsv xl2tpd
	vinstall examples/xl2tpd.conf 644 etc/xl2tpd
	vinstall examples/ppp-options.xl2tpd 644 etc/ppp options.l2tp
}
