wok-tiny annotate memtest/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
rev   line source
pascal@104 1 # SliTaz package receipt.
pascal@104 2
pascal@104 3 PACKAGE="memtest"
pascal@104 4 VERSION="5.01"
pascal@104 5 CATEGORY="base-system"
pascal@104 6 SHORT_DESC="Memory failures detection tool."
pascal@104 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@104 8 LICENSE="GPL2"
pascal@104 9 WEB_SITE="http://www.memtest.org/"
pascal@104 10 TARBALL="$PACKAGE-$VERSION"
pascal@104 11 WGET_URL="http://cook.slitaz.org/cooker.cgi?download=../wok/memtest/taz/memtest-$VERSION/fs/boot/memtest"
pascal@104 12 TARGET="i486"
pascal@104 13
pascal@104 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@104 15 genpkg_rules()
pascal@104 16 {
pascal@104 17 mkdir -p $fs/boot
pascal@104 18 cp $SOURCES_REPOSITORY/$TARBALL $fs/boot
pascal@104 19 }