wok-current view ipxe-pxe/receipt @ rev 25729

Merge wok for both arch and few updates (again)
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 08:52:36 2024 +0000 (5 weeks ago)
parents c1a1d1f23e07
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxe-pxe"
4 VERSION="1.21.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 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/boot
20 cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe
21 cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe
22 }