]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - firmware-update/firmware-update.nm
Change how we make packages "noarch"
[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
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Tools
12 url = https://git.ipfire.org/?p=people/ms/firmware-update.git;a=summary
13 license = GPLv3+
14 summary = A tool to automatically update firmware
15
16 description
17 firmware-update automatically updates firmware on various systems
18 end
19
20 source_dl = https://source.ipfire.org/releases/firmware-update/
21
22 build
23 arches = noarch
24
25 requires
26 autoconf
27 automake
28 sed
29 end
30
31 prepare_cmds
32 [ -e "configure" ] || ./autogen.sh
33 end
34 end
35
36 packages
37 package %{name}
38 requires
39 flashrom
40 end
41 end
42 end