New package: fwup-0.4.2

This commit is contained in:
Duncaen 2016-01-13 20:03:16 +01:00
parent 04476ffc07
commit 69b727b782

21
srcpkgs/fwup/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'fwup'
pkgname=fwup
version=0.4.2
revision=1
build_style=gnu-configure
hostmakedepends="automake"
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=1c444d52dded8f69de127f71346d53ebee16fae7cfde23f6a324336b2b6940bb
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" ac_vc_func_open_memstream=yes" ;;
esac
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}