# Template file for 'rpi-firmware' _githash="7f01b12b0f4e9893bb79dd6abdce5f6f7ed54e6c" _gitshort="${_githash:0:7}" pkgname=rpi-firmware version=20151101 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=022ce9dba14025a8c146b299193bfac995dca82ba21b12675127ad141a1ef6d6 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 }