22 lines
763 B
Bash
22 lines
763 B
Bash
# Template file for 'alfred'
|
|
pkgname=alfred
|
|
version=2017.2
|
|
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, ISC"
|
|
homepage="http://www.open-mesh.org/projects/open-mesh/wiki/Alfred"
|
|
distfiles="http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
|
|
checksum=3d5256abe298f7ee266f9d2a0c41b0878e81bc5c8413c4f66cf8813e7f7f4a03
|
|
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
|
|
}
|