21 lines
691 B
Bash
21 lines
691 B
Bash
# Template file for 'alfred'
|
|
pkgname=alfred
|
|
version=2015.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
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=c66a20e5814b4afefa7b07370e20cc9a01b5f31ef9c554d132778f89e5ba736c
|
|
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
|
|
}
|