]> git.pld-linux.org Git - packages/bcm43456-firmware.git/blame - bcm43456-firmware.spec
new
[packages/bcm43456-firmware.git] / bcm43456-firmware.spec
CommitLineData
3503d1c8
JP
1Summary: Firmware files for Broadcom BCM43456 Wi-Fi/Bluetooth chip
2Name: bcm43456-firmware
3Version: 7.84.17.1
4Release: 1
5License: Unknown
6Group: Base
7Source0: https://github.com/RPi-Distro/firmware-nonfree/raw/bullseye/debian/config/brcm80211/brcm/brcmfmac43456-sdio.bin
8# NoSource0-md5: 570abf11436bc4f272935d615d91d9af
9NoSource: 0
10Source1: https://github.com/RPi-Distro/firmware-nonfree/raw/bullseye/debian/config/brcm80211/brcm/brcmfmac43456-sdio.clm_blob
11# NoSource1-md5: 92388bf1a5b7796c25473e8c55827371
12NoSource: 1
13Source2: https://github.com/RPi-Distro/firmware-nonfree/raw/bullseye/debian/config/brcm80211/brcm/brcmfmac43456-sdio.txt
14# NoSource2-md5: b2b726be6a54cd6c001767962c1782a0
15NoSource: 2
16Source3: https://github.com/armbian/firmware/raw/master/brcm/BCM4345C5.hcd
17# NoSource3-md5: fc394331d03baa5847e2b5de94ffbc9b
18NoSource: 3
19URL: https://www.broadcom.com/products/wireless/wireless-lan-bluetooth/bcm43456
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Firmware files for Broadcom BCM43456 Wi-Fi/Bluetooth chip.
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29install -d $RPM_BUILD_ROOT/lib/firmware/brcm
30
31cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT/lib/firmware/brcm
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38/lib/firmware/brcm/BCM4345C5.hcd
39/lib/firmware/brcm/brcmfmac43456-sdio.bin
40/lib/firmware/brcm/brcmfmac43456-sdio.clm_blob
41/lib/firmware/brcm/brcmfmac43456-sdio.txt
This page took 0.067042 seconds and 4 git commands to generate.