mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
frr: update to 7.1.
This commit is contained in:
parent
eb12915d88
commit
8f2df12076
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'frr'
|
# Template file for 'frr'
|
||||||
pkgname=frr
|
pkgname=frr
|
||||||
version=7.0.1
|
version=7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://frrouting.org"
|
homepage="https://frrouting.org"
|
||||||
distfiles="https://github.com/FRRouting/frr/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/FRRouting/frr/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5b74fc2c730e9973eab03546415f8dd7b36fa00fbf0bc856458266773dd5ae6d
|
checksum=1a66ab4fdb9718997170e9da79d52e5bfdaabc0dac396e4beb758af7bdd48e4f
|
||||||
nocross="http://ix.io/1rQ6"
|
nocross="http://ix.io/1rQ6"
|
||||||
system_groups="_frrvty"
|
system_groups="_frrvty"
|
||||||
system_accounts="_frr"
|
system_accounts="_frr"
|
||||||
|
@ -34,8 +34,10 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# LSB init script is not needed
|
# LSB init script and friends are not needed
|
||||||
rm -f -- "${DESTDIR}/usr/bin/frr"
|
for cmd in frr watchfrr watchfrr.sh frrcommon.sh frrinit.sh; do
|
||||||
|
rm -f -- "${DESTDIR}/usr/bin/${cmd}"
|
||||||
|
done
|
||||||
|
|
||||||
# frr-reload wrapper script hardcodes sbindir as usr/lib/frr, avoid it
|
# frr-reload wrapper script hardcodes sbindir as usr/lib/frr, avoid it
|
||||||
rm -f -- "${DESTDIR}/usr/bin/frr-reload"
|
rm -f -- "${DESTDIR}/usr/bin/frr-reload"
|
||||||
|
|
Loading…
Add table
Reference in a new issue