2015-02-02 09:30:52 +00:00
|
|
|
# Template file for 'alfred'
|
|
|
|
pkgname=alfred
|
2016-01-20 23:55:24 +00:00
|
|
|
version=2016.0
|
2015-08-05 16:12:25 +00:00
|
|
|
revision=1
|
2015-02-02 09:30:52 +00:00
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
2015-08-09 17:08:42 +00:00
|
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
2015-02-02 09:30:52 +00: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-01-20 23:55:24 +00:00
|
|
|
checksum=6e75ebe1d7cd9b8edc58ccc407206cf215787abab14853223597f790d36595fe
|
2015-05-11 19:17:33 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libcap-devel"
|
2015-02-02 09:30:52 +00:00
|
|
|
make_build_args="CONFIG_ALFRED_GPSD=n"
|
2015-06-02 22:04:18 +00:00
|
|
|
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
|
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
|
|
|
}
|