wok-tiny view ipxe/receipt @ rev 126

Update config_form()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 19:39:46 2017 +0100 (2017-02-12)
parents 2cc2f08d75b7
children bd7b94f2c7d0
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."
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 }