🔒 Repository is read-only – file editing is disabled.

recipes/utils/cc33xx-firmware/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: cc33xx-firmware
pkgver: '20260622'
pkgrel: '1'
pkgdesc: cc33xx - Texas Instruments 802.11 WLAN driver for CC33xx chips
url: 'https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary'
arch: x86_64
license:
- Custom
depends: []
makedepends:
- rdfind
source:
- WHENCE
- 'https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${pkgver}/linux-firmware-${pkgver}.tar.bz2'
sha256sums:
- SKIP
- 04b66f6cd5629bcb2288566247637bccc9e4f287c09d8ac5ebb0cb9477656075
build: |
  cd linux-firmware-${pkgver}

  # delete this python check as long we don't know what's missing here
  sed -i /check_whence.py/d copy-firmware.sh
  cp ../WHENCE .
  make DESTDIR=${PKGDIR} FIRMWAREDIR=/lib/firmware NUM_JOBS=1 install

  install -Dt ${PKGDIR}/usr/share/licenses/${pkgname} -m644 WHENCE
package: |
  true