mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bird: Add makedepend for libssh-devel
bird won't include support for the rpki router to router protocol without libssh-devel
This commit is contained in:
parent
2c04e56584
commit
349d38ca9c
1 changed files with 12 additions and 4 deletions
|
@ -1,20 +1,28 @@
|
||||||
# Template file for 'bird'
|
# Template file for 'bird'
|
||||||
pkgname=bird
|
pkgname=bird
|
||||||
version=2.0.7
|
version=2.0.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex autoconf"
|
hostmakedepends="flex autoconf"
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel libssh-devel"
|
||||||
short_desc="BIRD Internet Routing Daemon"
|
short_desc="BIRD Internet Routing Daemon"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://bird.network.cz"
|
homepage="https://bird.network.cz"
|
||||||
distfiles="ftp://bird.network.cz/pub/bird/bird-${version}.tar.gz"
|
distfiles="https://gitlab.labs.nic.cz/labs/bird/-/archive/v${version}/bird-v${version}.tar.gz"
|
||||||
checksum=631d2b58aebdbd651aaa3c68c3756c02ebfe5b1e60d307771ea909eeaa5b1066
|
checksum=d0c6aeaaef3217d6210261a49751fc662838b55fec92f576e20938917dbf89ab
|
||||||
|
|
||||||
conf_files="/etc/bird.conf"
|
conf_files="/etc/bird.conf"
|
||||||
system_accounts="_bird"
|
system_accounts="_bird"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv -v ${wrksrc/-/-v} $wrksrc
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv bird
|
vsv bird
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue