# Template file for 'rpi-eeprom' pkgname=rpi-eeprom version=2025.02.17 revision=1 _githash=3679582b23e45871bd6119311d706f4bdf9afb6b archs="aarch64* armv7l*" conf_files="/etc/default/rpi-eeprom-update" hostmakedepends="help2man python3" depends="binutils pciutils python3 rpi-firmware rpi-utils" short_desc="Bootloader and VL805 USB controller EEPROM update tool for RPi4/5" maintainer="Leah Neukirchen " license="BSD-3-Clause, custom:Proprietary" homepage="https://github.com/raspberrypi/rpi-eeprom/" distfiles="https://github.com/raspberrypi/rpi-eeprom/archive/${_githash}.tar.gz" checksum=f5af7408aa77114cbf5525abcf513c3468d10696399ee9a6528c3359c1aff2ed python_version=3 repository=nonfree do_install() { vbin rpi-eeprom-config vbin rpi-eeprom-update vbin rpi-eeprom-digest vinstall rpi-eeprom-update-default 644 etc/default rpi-eeprom-update # from https://github.com/raspberrypi/rpi-eeprom/blob/debian/bookworm/debian/rules help2man -N --version-string="${version}" --help-option="-h" \ --name="Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates the EEPROM" \ --output=rpi-eeprom-update.1 ./rpi-eeprom-update vman rpi-eeprom-update.1 help2man -N --version-string="${version}" --help-option="-h" \ --name="Bootloader EEPROM configuration tool for the Raspberry Pi 4/5" \ --output=rpi-eeprom-config.1 ./rpi-eeprom-config vman rpi-eeprom-config.1 for soc in 2711 2712; do vmkdir usr/lib/firmware/raspberrypi/bootloader-"$soc" vcopy firmware-"$soc"/* usr/lib/firmware/raspberrypi/bootloader-"$soc"/ done vlicense LICENSE }