wok annotate memtester/receipt @ rev 17457

Add icmpshell
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 15:59:17 2014 +0100 (2014-12-18)
parents 30ad8b058156
children bb01f2595a83
rev   line source
pascal@15481 1 # SliTaz package receipt.
pascal@15481 2
pascal@15481 3 PACKAGE="memtester"
pascal@15481 4 VERSION="4.3.0"
pascal@15481 5 CATEGORY="misc"
pascal@15481 6 SHORT_DESC="A userspace utility for testing the memory subsystem for faults."
pascal@15481 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15481 8 LICENSE="GPL2"
pascal@15481 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15481 10 WEB_SITE="http://pyropus.ca/software/memtester"
pascal@15481 11 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
pascal@17355 12 HOST_ARCH="i486 arm"
pascal@15481 13
pascal@15481 14 DEPENDS=""
pascal@15481 15 BUILD_DEPENDS=""
pascal@15481 16
pascal@15481 17 # Rules to configure and make the package.
pascal@15481 18 compile_rules()
pascal@15481 19 {
pascal@15481 20 make
pascal@15481 21 }
pascal@15481 22
pascal@15481 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15481 24 genpkg_rules()
pascal@15481 25 {
pascal@15481 26 mkdir -p $fs/usr/bin
pascal@15481 27 cp -a $src/memtester $fs/usr/bin
pascal@15481 28 }
pascal@15481 29