]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - linux-firmware/linux-firmware.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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
d1366444 9
802ea3af
MT
10maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
11groups = System/Libraries
fcbfd144 12url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
802ea3af
MT
13license = Non-GPL
14summary = Firmware Binaries for some Devices.
d1366444 15
802ea3af 16description
e8b3ba46
MT
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
d1366444 20 for the specific firmware.
802ea3af 21end
d1366444 22
fcbfd144 23source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
d1366444 24
802ea3af 25build
5cd803df
MT
26 arches = noarch
27
802ea3af
MT
28 build
29 : # Nothing to do.
30 end
d1366444 31
cde60c80
MT
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
802ea3af
MT
38 end
39end
d1366444 40
802ea3af
MT
41packages
42 package %{name}
802ea3af 43end