xl2tpd: update to 1.3.8.
This commit is contained in:
parent
d11b7c73b7
commit
1e1fa7dff9
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xl2tpd'
|
||||
pkgname=xl2tpd
|
||||
version=1.3.7
|
||||
version=1.3.8
|
||||
revision=1
|
||||
makedepends="libpcap-devel"
|
||||
short_desc="Open source implementation of the Layer 2 Tunnelling Protocol"
|
||||
|
@ -8,17 +8,15 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="https://www.xelerance.com/services/software/xl2tpd/"
|
||||
distfiles="https://github.com/xelerance/xl2tpd/archive/v${version}.tar.gz"
|
||||
checksum=4159e28ac66bf1849f1586828aee0b7bc64820ac8ebb8923c264b91ff532ddf0
|
||||
checksum=1164b574e93a44c2a2e76c0c68d8d60437bd884a6c964d9c68be1556278e3d2d
|
||||
|
||||
conf_files="
|
||||
/etc/${pkgname}/${pkgname}.conf
|
||||
/etc/ppp/options.l2tp"
|
||||
|
||||
do_build() {
|
||||
sed -i -e 's;# include <bsd/signal.h>;;' xl2tpd.c
|
||||
make LDFLAGS="${LDFLAGS}" KERNELSRC="${XBPS_CROSS_BASE}/usr" ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR="${DESTDIR}" PREFIX=/usr SBINDIR="${DESTDIR}/usr/bin" install
|
||||
vsv xl2tpd
|
||||
|
|
Loading…
Reference in a new issue