21 lines
634 B
Bash
21 lines
634 B
Bash
# Template file for 'batctl'
|
|
pkgname=batctl
|
|
version=2019.5
|
|
revision=1
|
|
hostmakedepends="pkg-config which"
|
|
makedepends="libnl3-devel"
|
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later, MIT"
|
|
homepage="http://www.open-mesh.net/"
|
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
|
|
checksum=ffe5857a33068ec174140c154610d76d833524d840a2fc2d1a15e16686213cad
|
|
|
|
do_build() {
|
|
make CC=$CC ${makejobs}
|
|
}
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
|
vlicense LICENSES/preferred/MIT
|
|
}
|