parent
3a9f864c5d
commit
8d6cb94925
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'alfred'
|
# Template file for 'alfred'
|
||||||
pkgname=alfred
|
pkgname=alfred
|
||||||
version=2017.4
|
version=2018.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
short_desc="Daemon for distributing arbitrary information over a batman mesh"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2, ISC"
|
license="GPL-2, MIT"
|
||||||
homepage="http://www.open-mesh.org/projects/open-mesh/wiki/Alfred"
|
homepage="https://www.open-mesh.org/projects/alfred/wiki"
|
||||||
distfiles="http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
|
distfiles="https://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-${version}.tar.gz"
|
||||||
checksum=c4ea1afa75628667693d14ee95f08c9943b9f0001b8c442c9a2974f26c75dc88
|
checksum=c7cfeb6defc46fe0da9d620afcf89ee36ddc034e31dee58cc239b757a77cf257
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcap-devel libnl3-devel"
|
makedepends="libcap-devel libnl3-devel"
|
||||||
make_build_args="CONFIG_ALFRED_GPSD=n"
|
make_build_args="CONFIG_ALFRED_GPSD=n"
|
||||||
|
@ -20,5 +20,5 @@ post_install() {
|
||||||
vsv alfred
|
vsv alfred
|
||||||
vsv batadv-vis
|
vsv batadv-vis
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSES/preferred/MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue