2015-01-28 00:07:53 +00:00
|
|
|
# Template file for 'batctl'
|
|
|
|
pkgname=batctl
|
2016-11-19 09:08:47 +00:00
|
|
|
version=2016.4
|
|
|
|
revision=1
|
2015-01-28 00:07:53 +00:00
|
|
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
2015-08-09 17:08:42 +00:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2015-01-28 00:07:53 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libnl3-devel"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.open-mesh.net/"
|
|
|
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
|
2016-11-19 09:08:47 +00:00
|
|
|
checksum=2472d0eb63e8c523cc8ceee4d104006808c76c78fb61a3afd43009c9a71276f9
|
2015-06-02 14:52:46 +00:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make CC=$CC ${makejobs}
|
|
|
|
}
|
|
|
|
do_install() {
|
|
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
|
|
|
}
|