]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - linux-firmware/linux-firmware.nm
pdns: Update to version 3.4.7
[people/amarx/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
e18fc0fa
AF
7version = 20130910
8git_ver = 3fe01af
fcbfd144 9release = 1.git%{git_ver}
fa9814a2 10arch = noarch
fcbfd144 11thisapp = %{name}-%{git_ver}
d1366444 12
802ea3af
MT
13maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
14groups = System/Libraries
fcbfd144 15url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
802ea3af
MT
16license = Non-GPL
17summary = Firmware Binaries for some Devices.
d1366444 18
802ea3af 19description
d1366444
AF
20 linux-firmware provides some firmware binaries that \
21 are loaded into the devices at startup. \
22 For detailed license info check the WHENCE and LICENSE.* texts \
23 for the specific firmware.
802ea3af 24end
d1366444 25
fcbfd144 26source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
d1366444 27
802ea3af
MT
28build
29 build
30 : # Nothing to do.
31 end
d1366444 32
802ea3af 33 install
f1dcb694
MT
34 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware
35 cp -prv * %{BUILDROOT}%{prefix}/lib/firmware
802ea3af
MT
36 end
37end
d1366444 38
802ea3af
MT
39packages
40 package %{name}
802ea3af 41end