20 lines
543 B
Bash
20 lines
543 B
Bash
# Template file for 'bird'
|
|
pkgname=bird
|
|
version=2.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=676010b7517d4159b9af37401c26185f561ffcffeba73690a2ef2fad984714de
|
|
|
|
conf_files="/etc/bird.conf"
|
|
system_accounts="_bird"
|
|
|
|
post_install() {
|
|
vsv bird
|
|
}
|