alfred: update to 2018.3.

This commit is contained in:
Daniel A. Maierhofer 2018-10-03 13:07:12 +00:00 committed by cr6git
parent 0f457665ab
commit 819227a15d

View file

@ -1,14 +1,14 @@
# Template file for 'alfred'
pkgname=alfred
version=2018.1
version=2018.3
revision=1
build_style=gnu-makefile
short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2, MIT"
license="GPL-2.0-or-later, MIT"
homepage="https://www.open-mesh.org/projects/alfred/wiki"
distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
checksum=808fa6acf65c7a8e26405115176a5587157f746108cbe5dd974788eb05416d76
checksum=6265b8a3e99186ecb6e0cf7dde84fe8b67c66d9fefa6286f9f12110e98f28b1a
hostmakedepends="pkg-config"
makedepends="libcap-devel libnl3-devel"
make_build_args="CONFIG_ALFRED_GPSD=n"
@ -19,6 +19,5 @@ CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
post_install() {
vsv alfred
vsv batadv-vis
vlicense LICENSES/preferred/MIT
}