# Template file for 'rpi-firmware' _githash="b06b317afb60547b436cd30e056b54cec7ae3b8e" _gitshort="${_githash:0:7}" pkgname=rpi-firmware version=20151007 revision=1 noarch=yes wrksrc="firmware-${_githash}" short_desc="Firmware files for the Raspberry Pi (git ${_gitshort})" maintainer="Juan RP " license="3-clause-BSD" homepage="https://github.com/raspberrypi/firmware" distfiles="https://github.com/raspberrypi/firmware/archive/${_githash}.tar.gz" checksum=757593d41095c89b735e4e254adefe036bc44578c7cf37487255cb9dcd84e7b0 conf_files="/boot/cmdline.txt /boot/config.txt" do_install() { rm -f boot/*.img rm -rf boot/overlays rm -f boot/*.dtb rm -f boot/COPYING.linux vmkdir boot cp -R boot/* ${DESTDIR}/boot vmkdir usr/share/licenses/${pkgname} mv ${DESTDIR}/boot/LICENCE.broadcom ${DESTDIR}/usr/share/licenses/${pkgname} # Install configuration files. vinstall ${FILESDIR}/cmdline.txt 644 boot vinstall ${FILESDIR}/config.txt 644 boot }