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