]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - linux-firmware/linux-firmware.nm
linux-firmware: Update to 20130910.
[people/ms/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 = 20130910
8 git_ver = 3fe01af
9 release = 1.git%{git_ver}
10 arch = noarch
11 thisapp = %{name}-%{git_ver}
12
13 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
14 groups = System/Libraries
15 url = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
16 license = Non-GPL
17 summary = Firmware Binaries for some Devices.
18
19 description
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.
24 end
25
26 source_dl = https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/
27
28 build
29 build
30 : # Nothing to do.
31 end
32
33 install
34 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware
35 cp -prv * %{BUILDROOT}%{prefix}/lib/firmware
36 end
37 end
38
39 packages
40 package %{name}
41 end