void-packages/srcpkgs/ndisc6/template

19 lines
557 B
Bash

# Template file for 'ndisc6'
pkgname=ndisc6
version=1.0.6
revision=1
build_style=gnu-configure
configure_args="--disable-suid-install"
hostmakedepends="perl"
depends="perl"
short_desc="Useful tools for IPv6 networking"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only,GPL-3.0-only"
homepage="http://www.remlab.net/ndisc6/"
distfiles="http://www.remlab.net/files/ndisc6/${pkgname}-${version}.tar.bz2"
checksum=a713210e9be1f15cfa0809f4c2728b00cd5f25881d7585126986982055453cfb
post_extract() {
sed -i '/undef _GNU_SOURCE/d' src/trace-*.c
}