]> git.ipfire.org Git - ipfire-3.x.git/blame - pcengines-apu-firmware/pcengines-apu-firmware.nm
iperf3: update to 3.7
[ipfire-3.x.git] / pcengines-apu-firmware / pcengines-apu-firmware.nm
CommitLineData
75c364aa
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pcengines-apu-firmware
65e52362 7version = 4.9.0.6
75c364aa
MT
8release = 1
9arch = noarch
10
11maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12groups = System/Firmware
13url = https://pcengines.github.io
14license = GPLv2+
15summary = Firmware binaries for PC Engines APU boards
16
17description
18 Firmware binaries for PC Engines APU boards.
19
20 This package ships the mainline branch of the firmware.
21end
22
23sources = \
24 apu1_v%{version}.rom \
25 apu2_v%{version}.rom \
26 apu3_v%{version}.rom \
27 apu4_v%{version}.rom \
28 apu5_v%{version}.rom
29
30build
31 MACRO_EXTRACT = : # Do not attempt to extract the binary files
32
33 build
34 # XXX potentially we could compile this from source, but I am
35 # not sure how dangerous this is if that goes wrong
36 end
37
38 install
39 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/pcengines/apu
40
41 for source in %{sources}; do
42 install -v -m 644 %{DIR_DL}/${source} \
43 %{BUILDROOT}%{prefix}/lib/firmware/pcengines/apu
44 done
45 end
46end
47
48packages
49 package %{name}
50 recommends
51 firmware-update
52 end
53 end
54end