void-packages/srcpkgs/bird/template

24 lines
631 B
Bash

# Template file for 'bird'
pkgname=bird
version=2.0.10
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=7ed341ddd8dc87fa9736586b3515447a8436fec442d65f4022155ab9de1ffd5a
conf_files="/etc/bird.conf"
system_accounts="_bird"
CFLAGS="-fcommon"
post_install() {
vsv bird
}