wok view raspberrypi-boot/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="raspberrypi-boot"
4 VERSION="1db68b"
5 CATEGORY="system-tools"
6 SHORT_DESC="Raspberry Pi bootloader firmware."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="custom"
9 WEB_SITE="http://www.raspberrypi.org/"
10 TAGS="raspberrypi rpi"
11 HOST_ARCH="arm"
13 WANTED="raspberrypi-vc"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/boot
19 for fw in bootcode.bin fixup.dat start.elf
20 do
21 cp -a ${src}/boot/${fw} ${fs}/boot
22 done
24 }