mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
d0da6dcc85
commit
451c4b30b2
1 changed files with 6 additions and 9 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'batctl'
|
# Template file for 'batctl'
|
||||||
pkgname=batctl
|
pkgname=batctl
|
||||||
version=2019.5
|
version=2020.2
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="SBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config which"
|
hostmakedepends="pkg-config which"
|
||||||
makedepends="libnl3-devel"
|
makedepends="libnl3-devel libnl-devel"
|
||||||
short_desc="B.A.T.M.A.N. advanced management tool"
|
short_desc="B.A.T.M.A.N. advanced management tool"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
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}/batctl-${version}.tar.gz"
|
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
|
||||||
checksum=ffe5857a33068ec174140c154610d76d833524d840a2fc2d1a15e16686213cad
|
checksum=d29cdb53ee68abd5027eae07d9fd645b3f154e0d577efa2666c1334bb6d60efd
|
||||||
|
|
||||||
do_build() {
|
post_install() {
|
||||||
make CC=$CC ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
|
||||||
vlicense LICENSES/preferred/MIT
|
vlicense LICENSES/preferred/MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue