2016-01-13 20:03:16 +01:00
|
|
|
# Template file for 'fwup'
|
|
|
|
pkgname=fwup
|
2016-02-03 12:34:19 +01:00
|
|
|
version=0.5.2
|
2016-01-13 20:03:16 +01:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2016-01-15 09:15:01 +01:00
|
|
|
configure_args="ac_vc_func_open_memstream=yes"
|
2016-02-03 12:34:19 +01:00
|
|
|
hostmakedepends="automake libtool"
|
2016-01-13 20:03:16 +01: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-03 12:34:19 +01:00
|
|
|
checksum=e7735e503f894f19b5a3717c085aa9f6f18702696de91f17bd5405f95f8d6f98
|
2016-01-13 20:03:16 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
NOCONFIGURE=1 autoreconf -fi
|
|
|
|
}
|