alfred: update to 2018.4.
This commit is contained in:
parent
214120c96a
commit
f3247f7a87
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'alfred'
|
||||
pkgname=alfred
|
||||
version=2018.3
|
||||
version=2018.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="CONFIG_ALFRED_GPSD=n"
|
||||
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcap-devel libnl3-devel"
|
||||
depends="batman-adv"
|
||||
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later, MIT"
|
||||
homepage="https://www.open-mesh.org/projects/alfred/wiki"
|
||||
distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
|
||||
checksum=6265b8a3e99186ecb6e0cf7dde84fe8b67c66d9fefa6286f9f12110e98f28b1a
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcap-devel libnl3-devel"
|
||||
make_build_args="CONFIG_ALFRED_GPSD=n"
|
||||
make_install_args="CONFIG_ALFRED_GPSD=n SBINDIR=/usr/bin"
|
||||
depends="batman-adv"
|
||||
checksum=8d6595201d5d21b4e3824d408dc9ed705789af1d8831692efa8ffe69a3e1cc58
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue