2015-02-02 09:30:52 +00:00
|
|
|
# Template file for 'alfred'
|
|
|
|
pkgname=alfred
|
|
|
|
version=2014.4.0
|
2015-02-12 11:25:46 +00:00
|
|
|
revision=8
|
2015-02-02 09:30:52 +00:00
|
|
|
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=99e6c64e7069b0b7cb861369d5c198bfc7d74d41509b8edd8a17ba78e7c8d034
|
|
|
|
make_build_args="CONFIG_ALFRED_GPSD=n"
|
|
|
|
make_install_args="CONFIG_ALFRED_GPSD=n"
|
2015-02-02 11:39:28 +00:00
|
|
|
depends="batman-adv"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsv alfred
|
2015-02-06 23:45:55 +00:00
|
|
|
vsv batadv-vis
|
2015-02-02 11:39:28 +00:00
|
|
|
}
|