27 lines
659 B
Bash
27 lines
659 B
Bash
# Template file for 'bird'
|
|
pkgname=bird
|
|
version=2.0.9
|
|
revision=2
|
|
wrksrc=bird-v$version
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex autoconf"
|
|
makedepends="ncurses-devel readline-devel libssh-devel"
|
|
short_desc="BIRD Internet Routing Daemon"
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://bird.network.cz"
|
|
distfiles="https://gitlab.labs.nic.cz/labs/bird/-/archive/v${version}/bird-v${version}.tar.gz"
|
|
checksum=912d5c1bbefffd6198b10688ef6e16d0b9dfb2886944f481fc38b4d869ffd2c4
|
|
|
|
conf_files="/etc/bird.conf"
|
|
system_accounts="_bird"
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
pre_configure() {
|
|
autoreconf
|
|
}
|
|
|
|
post_install() {
|
|
vsv bird
|
|
}
|