wok-tiny diff ipxe/receipt @ rev 104

Add ipxe, memtest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 07 14:42:58 2016 +0100 (2016-02-07)
parents
children a41610cab1ff
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipxe/receipt	Sun Feb 07 14:42:58 2016 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ipxe"
     1.7 +VERSION="1.0.0-20160119"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Open source network boot firmware."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://ipxe.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION"
    1.14 +WGET_URL="http://cook.slitaz.org/cooker.cgi?download=../wok/$PACKAGE/taz/$PACKAGE-$VERSION/fs/boot/ipxe"
    1.15 +TARGET="i486"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/boot
    1.21 +	cp $SOURCES_REPOSITORY/$TARBALL $fs/boot
    1.22 +}