mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alfred: update to 2018.4.
This commit is contained in:
parent
214120c96a
commit
f3247f7a87
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'alfred'
|
# Template file for 'alfred'
|
||||||
pkgname=alfred
|
pkgname=alfred
|
||||||
version=2018.3
|
version=2018.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
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"
|
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.0-or-later, MIT"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="https://www.open-mesh.org/projects/alfred/wiki"
|
homepage="https://www.open-mesh.org/projects/alfred/wiki"
|
||||||
distfiles="https://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=6265b8a3e99186ecb6e0cf7dde84fe8b67c66d9fefa6286f9f12110e98f28b1a
|
checksum=8d6595201d5d21b4e3824d408dc9ed705789af1d8831692efa8ffe69a3e1cc58
|
||||||
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"
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue