void-packages/srcpkgs/fwup/template

23 lines
681 B
Bash
Raw Normal View History

2016-01-13 19:03:16 +00:00
# Template file for 'fwup'
pkgname=fwup
2016-02-08 16:44:08 +00:00
version=0.6.0
2016-01-13 19:03:16 +00:00
revision=1
build_style=gnu-configure
configure_args="ac_vc_func_open_memstream=yes"
2016-02-03 11:34:19 +00:00
hostmakedepends="automake libtool"
2016-01-13 19:03:16 +00:00
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"
2016-02-08 16:44:08 +00:00
checksum=18b01f234dac531d1ed5e21642d0025233d8f0cfbfbd7114acd96f2da26b34d1
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man"
fi
2016-01-13 19:03:16 +00:00
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}