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