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