void-packages/srcpkgs/bird/template
2018-12-09 14:29:23 +01:00

20 lines
547 B
Bash

# Template file for 'bird'
pkgname=bird
version=2.0.2
revision=2
build_style=gnu-configure
conf_files="/etc/bird.conf"
hostmakedepends="flex autoconf"
makedepends="ncurses-devel readline-devel"
short_desc="The BIRD Internet Routing Daemon"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2.0-or-later"
homepage="https://bird.network.cz"
distfiles="ftp://bird.network.cz/pub/bird/bird-${version}.tar.gz"
checksum=035f91d6f568f8ed438a0814235ac4c5c79147cd2acf201322c307732883480f
system_accounts="_bird"
post_install() {
vsv bird
}