bird: update to 1.6.4 (#640)
This commit is contained in:
parent
3c78bdcf76
commit
d3e52be1f2
1 changed files with 10 additions and 7 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'bird'
|
# Template file for 'bird'
|
||||||
pkgname=bird
|
pkgname=bird
|
||||||
version=1.6.3
|
version=1.6.4
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="bird-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
hostmakedepends="flex autoconf"
|
||||||
|
makedepends="ncurses-devel readline-devel"
|
||||||
short_desc="The BIRD Internet Routing Daemon"
|
short_desc="The BIRD Internet Routing Daemon"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://bird.network.cz"
|
homepage="http://bird.network.cz"
|
||||||
distfiles="ftp://bird.network.cz/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="https://gitlab.labs.nic.cz/labs/bird/-/archive/v${version}/bird-v${version}.tar.gz"
|
||||||
hostmakedepends="flex"
|
|
||||||
makedepends="ncurses-devel readline-devel"
|
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
conf_files="/etc/bird.conf /etc/bird6.conf"
|
conf_files="/etc/bird.conf /etc/bird6.conf"
|
||||||
checksum=39c51cf57c3ba8b5978b2a657ffa2f647ec7f3ae643e91cf42ee5cb070cf7e7c
|
checksum=cb7f3c8bb10e329dbe75251de50133aacd3b8ec25a18940c4a39ec3ac2490f73
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
mkdir -p /tmp/bird6
|
mkdir -p /tmp/bird6
|
||||||
|
@ -22,10 +23,12 @@ pre_configure() {
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# bird
|
# bird
|
||||||
|
autoreconf
|
||||||
./configure ${configure_args}
|
./configure ${configure_args}
|
||||||
|
|
||||||
# bird6
|
# bird6
|
||||||
cd bird6
|
cd bird6
|
||||||
|
autoreconf
|
||||||
./configure ${configure_args} --enable-ipv6
|
./configure ${configure_args} --enable-ipv6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue