]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - linux-firmware/linux-firmware.nm
python3-docutils: Update to version 0.20.1
[people/pmueller/ipfire-3.x.git] / linux-firmware / linux-firmware.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = linux-firmware
7 version = 20221214
8 release = 1
9
10 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
11 groups = System/Libraries
12 url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
13 license = Non-GPL
14 summary = Firmware Binaries for some Devices.
15
16 description
17 linux-firmware provides some firmware binaries that
18 are loaded into the devices at startup.
19 For detailed license info check the WHENCE and LICENSE.* texts
20 for the specific firmware.
21 end
22
23 source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
24
25 build
26 arches = noarch
27
28 build
29 : # Nothing to do.
30 end
31
32 make_install_targets += FIRMWAREDIR=%{firmwaredir}
33
34 install_cmds
35 # Remove executable bits from any files
36 find %{BUILDROOT}%{firmwaredir} -type f \
37 -executable -print | xargs chmod -v a-x
38 end
39 end
40
41 packages
42 package %{name}
43 end