21 lines
701 B
Bash
21 lines
701 B
Bash
# Template file for 'alfred'
|
|
pkgname=alfred
|
|
version=2016.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=469ee7492cb19eb0fd2c4a92d9fd50e427ad5bad8f684d8a85d48864b32a02a4
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libcap-devel"
|
|
make_build_args="CONFIG_ALFRED_GPSD=n"
|
|
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
|
|
depends="batman-adv"
|
|
|
|
post_install() {
|
|
vsv alfred
|
|
vsv batadv-vis
|
|
}
|