void-packages/srcpkgs/alfred/template
2016-01-21 00:55:24 +01:00

21 lines
701 B
Bash

# Template file for 'alfred'
pkgname=alfred
version=2016.0
revision=1
build_style=gnu-makefile
short_desc="Daemon for distributing arbitrary information over a batman mesh"
maintainer="Enno Boland <gottox@voidlinux.eu>"
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=6e75ebe1d7cd9b8edc58ccc407206cf215787abab14853223597f790d36595fe
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
}