New package: bird-1.5.0
This commit is contained in:
parent
d012f876e0
commit
d46e3230ce
2
srcpkgs/bird/files/bird/run
Normal file
2
srcpkgs/bird/files/bird/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec bird ${OPTS:=-c /etc/bird.conf -f}
|
19
srcpkgs/bird/template
Normal file
19
srcpkgs/bird/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'bird'
|
||||
|
||||
pkgname=bird
|
||||
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/$pkgname/$pkgname-$version.tar.gz"
|
||||
hostmakedepends="flex"
|
||||
makedepends="ncurses-devel readline-devel"
|
||||
conf_files="/etc/bird.conf"
|
||||
checksum=79d5c4254e25f5890626830ca42aae03735716bdf152ddd8368473d2b3c17b5d
|
||||
|
||||
post_install() {
|
||||
vsv bird
|
||||
}
|
Loading…
Reference in New Issue
Block a user