21 lines
543 B
Bash
21 lines
543 B
Bash
# Template file for 'bird'
|
|
pkgname=bird
|
|
version=2.0.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
conf_files="/etc/bird.conf"
|
|
hostmakedepends="flex autoconf"
|
|
makedepends="ncurses-devel readline-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="ftp://bird.network.cz/pub/bird/bird-${version}.tar.gz"
|
|
checksum=0f49b38327d3109553acfa662ac0cf0377719226a03c124cd2e0ea2265ecb1de
|
|
|
|
system_accounts="_bird"
|
|
|
|
post_install() {
|
|
vsv bird
|
|
}
|