19 lines
557 B
Bash
19 lines
557 B
Bash
# Template file for 'ndisc6'
|
|
pkgname=ndisc6
|
|
version=1.0.4
|
|
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=abb1da4a98d94e5abe1dd7b1c975de540306b0581cbbd36aff035118b2f25c1f
|
|
|
|
post_extract() {
|
|
sed -i '/undef _GNU_SOURCE/d' src/trace-*.c
|
|
}
|