wok-next annotate memtester/receipt @ rev 15481
Add memtester
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 10 15:03:57 2013 +0000 (2013-11-10) |
parents | |
children | 81896ce8ee08 |
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@15481 | 12 |
pascal@15481 | 13 DEPENDS="" |
pascal@15481 | 14 BUILD_DEPENDS="" |
pascal@15481 | 15 |
pascal@15481 | 16 # Rules to configure and make the package. |
pascal@15481 | 17 compile_rules() |
pascal@15481 | 18 { |
pascal@15481 | 19 make |
pascal@15481 | 20 } |
pascal@15481 | 21 |
pascal@15481 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15481 | 23 genpkg_rules() |
pascal@15481 | 24 { |
pascal@15481 | 25 mkdir -p $fs/usr/bin |
pascal@15481 | 26 cp -a $src/memtester $fs/usr/bin |
pascal@15481 | 27 } |
pascal@15481 | 28 |