wok view ipxe-pxe/receipt @ rev 23773

Up firmware (20200515)
author Richard Dunbar <mojo@slitaz.org>
date Fri May 15 20:47:12 2020 -0400 (2020-05-15)
parents c71df21187b4
children c1a1d1f23e07
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxe-pxe"
4 VERSION="1.20.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Open source network boot firmware for pxe server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://ipxe.org/"
10 WANTED="ipxe"
12 DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/boot
18 cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe
19 cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe
20 }