void-packages/srcpkgs/batctl/template
2019-05-23 12:22:59 +02:00

21 lines
628 B
Bash

# Template file for 'batctl'
pkgname=batctl
version=2019.1
revision=1
hostmakedepends="pkg-config"
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=e82d05f058d8b799d17ce6063e1bf5b83ef1fe42a0867b3e2e39545177469793
do_build() {
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
vlicense LICENSES/preferred/MIT
}