batctl: update to 2018.4.
This commit is contained in:
parent
e3d7ea10df
commit
0f869ea971
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'batctl'
|
# Template file for 'batctl'
|
||||||
pkgname=batctl
|
pkgname=batctl
|
||||||
version=2018.3
|
version=2018.4
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="B.A.T.M.A.N. advanced management tool"
|
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnl3-devel"
|
makedepends="libnl3-devel"
|
||||||
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later, MIT"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="http://www.open-mesh.net/"
|
homepage="http://www.open-mesh.net/"
|
||||||
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=24e32d3fe8268ce0951903546e71b925b78b17acc8809ba899940f48a5e892e6
|
checksum=e43827a5e868b4e134e77ca04da989fde1981463166bf1b6f2053acc3edd6257
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC ${makejobs}
|
make CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
||||||
vlicense LICENSES/preferred/MIT
|
vlicense LICENSES/preferred/MIT
|
||||||
|
|
Loading…
Reference in New Issue