]> git.ipfire.org Git - ipfire-3.x.git/blob - linux-firmware/linux-firmware.nm
unbound: Use /run instead of /var/run
[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 arch = noarch
10
11 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12 groups = System/Libraries
13 url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
14 license = Non-GPL
15 summary = Firmware Binaries for some Devices.
16
17 description
18 linux-firmware provides some firmware binaries that
19 are loaded into the devices at startup.
20 For detailed license info check the WHENCE and LICENSE.* texts
21 for the specific firmware.
22 end
23
24 source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
25
26 build
27 build
28 : # Nothing to do.
29 end
30
31 make_install_targets += FIRMWAREDIR=%{firmwaredir}
32
33 install_cmds
34 # Remove executable bits from any files
35 find %{BUILDROOT}%{firmwaredir} -type f \
36 -executable -print | xargs chmod -v a-x
37 end
38 end
39
40 packages
41 package %{name}
42 end