18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'babeld'
|
|
pkgname=babeld
|
|
version=1.8.5
|
|
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=91192a7d6f7e99ad6a68d696c2e7b174f8e1413c693d4dc31c77d04e24b64f3c
|
|
|
|
do_install() {
|
|
vbin babeld
|
|
vman babeld.man babeld.8
|
|
vlicense LICENCE
|
|
}
|