void-packages/srcpkgs/fwup/template
maxice8 f6cada4d33
fwup: update to 1.2.0.
Closes #15137.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:17 +02:00

29 lines
952 B
Bash

# Template file for 'fwup'
pkgname=fwup
version=1.2.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libarchive-devel libsodium-devel confuse-devel"
checkdepends="mtools unzip zip dosfstools"
short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0"
#changelog="https://raw.githubusercontent.com/fhunleth/fwup/master/CHANGELOG.md"
homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=e20b22b01e921102e61daea2e5fafd80ce2c5ee868e19f756dccf33f2a6bd61a
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man"
fi
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}
pre_check() {
# mtools.conf requires manual configuration for usage, but not for out tests
# so we just remove the unrecognized keyword
sed -i '/SAMPLE FILE/d' /etc/mtools.conf
}