void-packages/srcpkgs/alfred/template
2020-01-28 10:14:36 +01:00

24 lines
807 B
Bash

# Template file for 'alfred'
pkgname=alfred
version=2019.3
revision=1
build_style=gnu-makefile
make_build_args="CONFIG_ALFRED_GPSD=n"
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
hostmakedepends="pkg-config which"
makedepends="libcap-devel libnl3-devel"
depends="batman-adv"
short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <gottox@voidlinux.org>"
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=a4c37920de497701680abb55c49cdcd11e4e7135e0e7e79259c35492a3df4766
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
post_install() {
vsv alfred
vsv batadv-vis
vlicense LICENSES/preferred/MIT
}