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