pkgbuilds/firmware-phicomm-n1/PKGBUILD
2019-12-23 19:32:06 +08:00

31 lines
1.4 KiB
Bash

buildarch=28
pkgname=firmware-phicomm-n1
pkgver=7
pkgrel=2
pkgdesc="Additional firmware for Phicomm N1"
arch=('any')
conflicts=('firmware-raspberrypi')
depends=('wireless-regdb' 'uboot-tools')
install=${pkgname}.install
url="https://github.com/RPi-Distro"
license=('custom')
_commitid_wl=00daf85ffa373ecce7836df7543c6ebe4cf43639
_commitid_bt=96eefffcccc725425fd83be5e0704a5c32b79e54
options=('!strip')
source=("https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.clm_blob"
"https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.txt"
"https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/$_commitid_wl/brcm/brcmfmac43455-sdio.bin"
"https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/$_commitid_bt/broadcom/BCM4345C0.hcd")
sha256sums=('8e2250518bc789e53109728c3c0a6124bc3801a75a1cb4966125753cf1f0252e'
'bddee0eff55a11e939e000ad341c951c7ee67758fc26b838b0472792aed33639'
'0f1817f50649df707f521dec9f2d5905e4c01939c8aabfa9a06b2ce0a36952ee'
'd09ce049f65619f007d604069d2b4d2a3ffe3cf897245287ef379955ce3969de')
package() {
install -d "${pkgdir}/usr/lib/firmware/updates/brcm"
install -m 0644 *.hcd *.txt *.bin *.clm_blob "${pkgdir}/usr/lib/firmware/updates/brcm"
install -m 0644 brcmfmac43455-sdio.txt "${pkgdir}/usr/lib/firmware/updates/brcm/brcmfmac43455-sdio.phicomm,n1.txt"
}