wok view memtester/receipt @ rev 16474

jpeg: add libs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 22 07:28:32 2014 +0000 (2014-04-22)
parents
children 81896ce8ee08
line source
1 # SliTaz package receipt.
3 PACKAGE="memtester"
4 VERSION="4.3.0"
5 CATEGORY="misc"
6 SHORT_DESC="A userspace utility for testing the memory subsystem for faults."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://pyropus.ca/software/memtester"
11 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/memtester $fs/usr/bin
27 }