22 lines
556 B
Bash
22 lines
556 B
Bash
# Template file for 'bird6'
|
|
|
|
pkgname=bird6
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="The BIRD Internet Routing Daemon"
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
license="GPL-3"
|
|
homepage="http://bird.network.cz"
|
|
distfiles="ftp://bird.network.cz/pub/bird/bird-$version.tar.gz"
|
|
wrksrc=bird-$version
|
|
hostmakedepends="flex"
|
|
makedepends="ncurses-devel readline-devel"
|
|
configure_args="--enable-ipv6"
|
|
conf_files="/etc/bird6.conf"
|
|
checksum=79d5c4254e25f5890626830ca42aae03735716bdf152ddd8368473d2b3c17b5d
|
|
|
|
post_install() {
|
|
vsv bird6
|
|
}
|