ipfire-3.x/linux-firmware/linux-firmware.nm

44 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = linux-firmware
version = 20221214
release = 1
maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
groups = System/Libraries
url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
license = Non-GPL
summary = Firmware Binaries for some Devices.
description
linux-firmware provides some firmware binaries that
are loaded into the devices at startup.
For detailed license info check the WHENCE and LICENSE.* texts
for the specific firmware.
end
source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
build
arches = noarch
build
: # Nothing to do.
end
make_install_targets += FIRMWAREDIR=%{firmwaredir}
install_cmds
# Remove executable bits from any files
find %{BUILDROOT}%{firmwaredir} -type f \
-executable -print | xargs chmod -v a-x
end
end
packages
package %{name}
end