void-packages/srcpkgs/alfred/template

22 lines
691 B
Bash
Raw Normal View History

2015-02-02 09:30:52 +00:00
# Template file for 'alfred'
pkgname=alfred
2015-05-11 19:17:33 +00:00
version=2015.0
2015-06-02 22:04:18 +00:00
revision=2
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"
2015-05-11 19:17:33 +00:00
checksum=c66a20e5814b4afefa7b07370e20cc9a01b5f31ef9c554d132778f89e5ba736c
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"
depends="batman-adv"
post_install() {
vsv alfred
2015-02-06 23:45:55 +00:00
vsv batadv-vis
}