2015-02-02 10:30:52 +01:00
|
|
|
# Template file for 'alfred'
|
|
|
|
pkgname=alfred
|
2016-04-28 08:44:17 +02:00
|
|
|
version=2016.1
|
2015-08-05 18:12:25 +02:00
|
|
|
revision=1
|
2015-02-02 10:30:52 +01:00
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
2015-08-09 19:08:42 +02:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2015-02-02 10:30:52 +01:00
|
|
|
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"
|
2016-04-28 08:44:17 +02:00
|
|
|
checksum=7e0efaf263d6772e5e23bdad933f676951cd03124382e6dbae53a7b9431d2609
|
2015-05-11 21:17:33 +02:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libcap-devel"
|
2015-02-02 10:30:52 +01:00
|
|
|
make_build_args="CONFIG_ALFRED_GPSD=n"
|
2015-06-03 00:04:18 +02:00
|
|
|
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
|
2015-02-02 12:39:28 +01:00
|
|
|
depends="batman-adv"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsv alfred
|
2015-02-07 00:45:55 +01:00
|
|
|
vsv batadv-vis
|
2015-02-02 12:39:28 +01:00
|
|
|
}
|