]> git.pld-linux.org Git - packages/bcm43xx-firmware.git/blob - bcm43xx-firmware.spec
- don't try to unpack
[packages/bcm43xx-firmware.git] / bcm43xx-firmware.spec
1 #
2 Summary:        Firmware for the Broadcom wireless chipsets
3 Name:           bcm43xx-firmware
4 Version:        3
5 Release:        1
6 License:        Copyrighted by Broadcom Corporation
7 Group:          Base/Kernel
8 NoSource0:      http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
9 # NoSource0-md5:        e08665c5c5b66beb9c3b2dd54aa80cb3
10 URL:            http://linuxwireless.org/en/users/Drivers/bcm43xx#devicefirmware
11 BuildRequires:  bcm43xx-fwcutter
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains the firmware for the bcm43xx driver.
17
18 %prep
19 %setup -q -c -N
20
21 %build
22 install -d fw
23 %{_bindir}/bcm43xx-fwcutter -w fw %{SOURCE0}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT/lib/firmware
28
29 install fw/*.fw $RPM_BUILD_ROOT/lib/firmware
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 /lib/firmware/*.fw
This page took 0.069363 seconds and 3 git commands to generate.