vp-build/srcpkgs/alfred/template

25 lines
789 B
Bash

# Template file for 'alfred'
pkgname=alfred
version=2018.1
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"
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
hostmakedepends="pkg-config"
makedepends="libcap-devel libnl3-devel"
make_build_args="CONFIG_ALFRED_GPSD=n"
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
depends="batman-adv"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
post_install() {
vsv alfred
vsv batadv-vis
vlicense LICENSES/preferred/MIT
}