New package: babeld-1.8.4

closes #8941
This commit is contained in:
lemmi 2019-02-20 05:11:40 +01:00
parent 8c9b72ffa0
commit 6f7afbe6b8
1 changed files with 18 additions and 0 deletions

18
srcpkgs/babeld/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'babeld'
pkgname=babeld
version=1.8.4
revision=1
wrksrc=babeld-babeld-${version}
build_style=gnu-makefile
short_desc="Babel loop-avoiding distance-vector routing daemon"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="https://www.irif.fr/~jch/software/babel/"
distfiles="https://github.com/jech/babeld/archive/babeld-${version}.tar.gz"
checksum=952e7a4ad109d5ec33940b17f7a980857e0fbe483f5b19c42a7966ae8baae85b
do_install() {
vbin babeld
vman babeld.man babeld.8
vlicense LICENCE
}