24 lines
631 B
Bash
24 lines
631 B
Bash
# Template file for 'bird'
|
|
pkgname=bird
|
|
version=2.0.12
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
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"
|
|
changelog="https://gitlab.nic.cz/labs/bird/-/raw/master/NEWS"
|
|
distfiles="https://bird.network.cz/download/bird-${version}.tar.gz"
|
|
checksum=3ec462a237d06d1f4455d6ec00a42f0b1686061fc988e5c89a841d01dd753b53
|
|
|
|
conf_files="/etc/bird.conf"
|
|
system_accounts="_bird"
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
post_install() {
|
|
vsv bird
|
|
}
|