From 1e1fa7dff9f569008d0f3f890c7a201b82a192c7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 12 Aug 2016 15:33:06 +0200 Subject: [PATCH] xl2tpd: update to 1.3.8. --- srcpkgs/xl2tpd/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xl2tpd/template b/srcpkgs/xl2tpd/template index 82de440e05f..37344969a61 100644 --- a/srcpkgs/xl2tpd/template +++ b/srcpkgs/xl2tpd/template @@ -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 " 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 ;;' 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