mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
batctl: update to 2018.3.
This commit is contained in:
parent
819227a15d
commit
dff1b50b7e
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'batctl'
|
# Template file for 'batctl'
|
||||||
pkgname=batctl
|
pkgname=batctl
|
||||||
version=2016.4
|
version=2018.3
|
||||||
revision=1
|
revision=1
|
||||||
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.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnl3-devel"
|
makedepends="libnl3-devel"
|
||||||
license="GPL-2"
|
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=2472d0eb63e8c523cc8ceee4d104006808c76c78fb61a3afd43009c9a71276f9
|
checksum=24e32d3fe8268ce0951903546e71b925b78b17acc8809ba899940f48a5e892e6
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue