vp-build/srcpkgs/alfred/template

23 lines
763 B
Bash
Raw Normal View History

2015-02-02 10:30:52 +01:00
# Template file for 'alfred'
pkgname=alfred
2017-05-28 09:36:57 +02:00
version=2017.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"
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"
2017-05-28 09:36:57 +02:00
checksum=f8d3a8058d076f6b7686696f6117de1780a2905d827dfa7faa3c2c0b24c2dfb0
2015-05-11 21:17:33 +02:00
hostmakedepends="pkg-config"
2016-09-26 12:24:04 +02:00
makedepends="libcap-devel libnl3-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"
depends="batman-adv"
2016-09-26 12:25:50 +02:00
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
post_install() {
vsv alfred
2015-02-07 00:45:55 +01:00
vsv batadv-vis
}