void-packages/srcpkgs/bird/template
Klara Modin 29410545b1 bird: update to 2.0.10
- change to a better mirror for source (this eliminates the need to
  run autoreconf as it's done by upstream and a custom worksrc is not
  needed either)
- remove patch for babel as it already is upstream
- add changelog
2022-07-05 00:15:19 +02:00

23 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
}