void-packages/srcpkgs/fwup/template
2017-05-03 17:10:09 +02:00

22 lines
693 B
Bash

# Template file for 'fwup'
pkgname=fwup
version=0.14.0
revision=1
build_style=gnu-configure
configure_args="ac_vc_func_open_memstream=yes"
hostmakedepends="automake libtool pkg-config"
makedepends="libarchive-devel libsodium-devel confuse-devel"
short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0"
homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=4ccd0ae1d3db46f25cb3df6f1b60a2e9bdba687e60b37b07d947eab835023ec9
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man"
fi
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}