]> git.pld-linux.org Git - packages/bcm43xx-firmware.git/blob - bcm43xx-firmware.spec
- pl
[packages/bcm43xx-firmware.git] / bcm43xx-firmware.spec
1 Summary:        Firmware for the Broadcom 43xx wireless chipsets
2 Summary(pl.UTF-8):      Formware dla układów bezprzewodowych Broadcom 43xx
3 Name:           bcm43xx-firmware
4 Version:        3
5 Release:        1
6 License:        Copyrighted by Broadcom Corporation
7 Group:          Base/Kernel
8 Source0:        http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
9 # NoSource0-md5:        e08665c5c5b66beb9c3b2dd54aa80cb3
10 NoSource:       0
11 URL:            http://linuxwireless.org/en/users/Drivers/bcm43xx#devicefirmware
12 BuildRequires:  bcm43xx-fwcutter
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package contains the firmware for the Broadcom 43xx chipsets
18 using bcm43xx driver.
19
20 %description -l pl.UTF-8
21 Ten pakiet zawiera firmware dla układów bezprzewodowych Broadcom 43xx
22 wykorzystujących sterownik bcm43xx.
23
24 %prep
25 %setup -q -c -T
26
27 %build
28 install -d fw
29 %{_bindir}/bcm43xx-fwcutter -w fw %{SOURCE0}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT/lib/firmware
34
35 install fw/*.fw $RPM_BUILD_ROOT/lib/firmware
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 /lib/firmware/*.fw
This page took 0.059985 seconds and 3 git commands to generate.