radvd: update to 2.12.
This commit is contained in:
parent
97595fae0b
commit
f654558040
1 changed files with 3 additions and 12 deletions
|
@ -1,27 +1,18 @@
|
||||||
# Template file for 'radvd'
|
# Template file for 'radvd'
|
||||||
pkgname=radvd
|
pkgname=radvd
|
||||||
version=2.11
|
version=2.12
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex"
|
||||||
makedepends="check-devel libdaemon-devel"
|
makedepends="check-devel libdaemon-devel"
|
||||||
conf_files="/etc/radvd.conf"
|
conf_files="/etc/radvd.conf"
|
||||||
replaces="runit-void<20141013_2"
|
|
||||||
short_desc="IPv6 Router Advertisement Daemon"
|
short_desc="IPv6 Router Advertisement Daemon"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://www.litech.org/radvd/"
|
homepage="http://www.litech.org/radvd/"
|
||||||
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
|
distfiles="http://www.litech.org/radvd/dist/${pkgname}-${version}.tar.xz"
|
||||||
checksum=04636288fc79fa151260eeb2bea1b05942f59c31f01358c57f930a4eb45b5acc
|
checksum=b070e77238e789e298a82cba2b1bfb0b0180b4ebc1adfc4e75058adfdbff747b
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl)
|
|
||||||
sed -i 's/ARPHRD_IEEE802154_PHY/ARPHRD_IEEE802154_MONITOR/g' \
|
|
||||||
device-linux.c
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv radvd
|
vsv radvd
|
||||||
vconf radvd.conf.example radvd.conf
|
vconf radvd.conf.example radvd.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue