mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
batctl: update to 2023.3.
This commit is contained in:
parent
4cc5628fa1
commit
8f5d316f63
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'batctl'
|
# Template file for 'batctl'
|
||||||
pkgname=batctl
|
pkgname=batctl
|
||||||
version=2023.1
|
version=2023.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
|
make_build_args="V=1"
|
||||||
make_install_args="SBINDIR=/usr/bin"
|
make_install_args="SBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config which"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnl3-devel libnl-devel"
|
makedepends="libnl3-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=e5bf47305d955abb199244bd0e5fffab96108b1affabd0d9705533f8059395f1
|
checksum=9acc31170930c1797c38763b87bdff88054c34d1f012fbb810068273fef31212
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSES/preferred/MIT
|
vlicense LICENSES/preferred/MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue