]> git.ipfire.org Git - ipfire-3.x.git/blame - firmware-update/firmware-update.nm
perl-TermReadkey: Fix library permissions
[ipfire-3.x.git] / firmware-update / firmware-update.nm
CommitLineData
de0069e8
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = firmware-update
7version = 20190329
8release = 1
9arch = noarch
10
11maintainer = Michael Tremer <michael.tremer@ipfire.org>
12groups = System/Tools
13url = https://git.ipfire.org/?p=people/ms/firmware-update.git;a=summary
14license = GPLv3+
15summary = A tool to automatically update firmware
16
17description
18 firmware-update automatically updates firmware on various systems
19end
20
21source_dl = https://source.ipfire.org/releases/firmware-update/
22
23build
24 requires
25 autoconf
26 automake
27 sed
28 end
29
30 prepare_cmds
31 [ -e "configure" ] || ./autogen.sh
32 end
33end
34
35packages
36 package %{name}
37 requires
38 flashrom
39 end
40 end
41end