]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - linux-firmware/linux-firmware.nm
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[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 = 20110311
8 release = 3
9 arch = noarch
10
11 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
12 groups = System/Libraries
13 url = http://www.kernel.org/pub/linux/kernel/people/dwmw2/firmware/
14 license = Non-GPL
15 summary = Firmware Binaries for some Devices.
16
17 description
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 \
21 for the specific firmware.
22 end
23
24 source_dl =
25
26 build
27 build
28 : # Nothing to do.
29 end
30
31 install
32 mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware
33 cp -prv * %{BUILDROOT}%{prefix}/lib/firmware
34 end
35 end
36
37 packages
38 package %{name}
39 end