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