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