]> git.ipfire.org Git - ipfire-3.x.git/blame - linux-firmware/linux-firmware.nm
linux-firmware: Update to 20221214
[ipfire-3.x.git] / linux-firmware / linux-firmware.nm
CommitLineData
d1366444 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d1366444
AF
4###############################################################################
5
802ea3af 6name = linux-firmware
cde60c80
MT
7version = 20221214
8release = 1
fa9814a2 9arch = noarch
d1366444 10
802ea3af
MT
11maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12groups = System/Libraries
fcbfd144 13url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
802ea3af
MT
14license = Non-GPL
15summary = Firmware Binaries for some Devices.
d1366444 16
802ea3af 17description
e8b3ba46
MT
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
d1366444 21 for the specific firmware.
802ea3af 22end
d1366444 23
fcbfd144 24source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
d1366444 25
802ea3af
MT
26build
27 build
28 : # Nothing to do.
29 end
d1366444 30
cde60c80
MT
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
802ea3af
MT
37 end
38end
d1366444 39
802ea3af
MT
40packages
41 package %{name}
802ea3af 42end