wok-6.x diff raspberrypi-boot/receipt @ rev 21956
updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 09 17:45:44 2019 +0100 (2019-10-09) |
parents | |
children | 73f36875e5a7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/raspberrypi-boot/receipt Wed Oct 09 17:45:44 2019 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="raspberrypi-boot" 1.7 +VERSION="1db68b" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Raspberry Pi bootloader firmware." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="custom" 1.12 +WEB_SITE="http://www.raspberrypi.org/" 1.13 +TAGS="raspberrypi rpi" 1.14 +HOST_ARCH="arm" 1.15 + 1.16 +WANTED="raspberrypi-vc" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/boot 1.22 + for fw in bootcode.bin fixup.dat start.elf 1.23 + do 1.24 + cp -a ${src}/boot/${fw} ${fs}/boot 1.25 + done 1.26 + 1.27 +}