wok-tiny view ipxe/receipt @ rev 173

Fix ctorrent-dnh & tfttest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 09:04:04 2021 +0000 (2021-07-14)
parents 9f53549da10d
children 1e55ea7da8de
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxe"
4 VERSION="1.0.0-20160119"
5 CATEGORY="system-tools"
6 SHORT_DESC="Open source network boot firmware (586+)."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ipxe.org/"
10 TARBALL="$PACKAGE-$VERSION"
11 WGET_URL="http://cook.slitaz.org/cooker.cgi?download=../wok/$PACKAGE/taz/$PACKAGE-$VERSION/fs/boot/ipxe"
12 TARGET="i486"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/boot
18 cp $SOURCES_REPOSITORY/$TARBALL $fs/boot/$PACKAGE
19 }
21 # Post install/remove commands for Tazpkg.
22 post_install()
23 {
24 grep -qs ^ipxe $1/boot/bootmenu ||
25 echo "ipxe IPXE,web,zeb,pxe SliTaz web boot (may run under DOS, in real mode or with emm386, if renamed to ipxe.exe)" >> $1/boot/bootmenu
26 }