New package: fwup-0.4.2
This commit is contained in:
parent
04476ffc07
commit
69b727b782
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fwup/template
Normal file
21
srcpkgs/fwup/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue