diff --git a/srcpkgs/alfred/template b/srcpkgs/alfred/template index fbbe27ebdc..5df419386d 100644 --- a/srcpkgs/alfred/template +++ b/srcpkgs/alfred/template @@ -1,9 +1,8 @@ # Template file for 'alfred' pkgname=alfred version=2014.4.0 -revision=1 +revision=2 build_style=gnu-makefile -hostmakedepends="pkg-config" short_desc="Daemon for distributing arbitrary information over a batman mesh" maintainer="Enno Boland " license="GPL-2, ISC" @@ -12,3 +11,10 @@ distfiles="http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${ checksum=99e6c64e7069b0b7cb861369d5c198bfc7d74d41509b8edd8a17ba78e7c8d034 make_build_args="CONFIG_ALFRED_GPSD=n" make_install_args="CONFIG_ALFRED_GPSD=n" +conf_files="/etc/conf.d/alfred" +depends="batman-adv" + +post_install() { + vsv alfred + vinstall $FILESDIR/conf_alfred 644 etc/conf.d alfred +}