# SliTaz package receipt. PACKAGE="ipxe-pxe" VERSION="1.21.1" CATEGORY="system-tools" SHORT_DESC="Open source network boot firmware for pxe server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="https://ipxe.org/" WANTED="ipxe" DEPENDS="" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/boot cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe }