wok annotate ipxelinux/receipt @ rev 21821

syslinux/kbd: check kbd malloc pointer (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 12:03:28 2019 +0200 (2019-08-25)
parents 49e861a5cc92
children c71df21187b4
rev   line source
pascal@20039 1 # SliTaz package receipt.
pascal@20039 2
pascal@20039 3 PACKAGE="ipxelinux"
pascal@21522 4 VERSION="1.0.0-20190427"
pascal@20039 5 CATEGORY="system-tools"
pascal@20039 6 SHORT_DESC="Open source network boot firmware for pxe server."
pascal@20039 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20039 8 LICENSE="GPL2"
pascal@20039 9 WEB_SITE="http://ipxe.org/"
pascal@20039 10 WANTED="ipxe"
pascal@20039 11
pascal@20039 12 DEPENDS=""
pascal@20039 13
pascal@20039 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20039 15 genpkg_rules()
pascal@20039 16 {
pascal@20039 17 mkdir -p $fs/usr/share/boot
pascal@20039 18 cp -a $src/src/bin/ipxelinux.0 $fs/usr/share/boot/
pascal@20039 19 }