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