wok-current view memtester/receipt @ rev 17535
Up openvpn (2.3.6)
| author | Richard Dunbar <mojo@slitaz.org> | 
|---|---|
| date | Wed Jan 21 17:46:09 2015 -0500 (2015-01-21) | 
| parents | 30ad8b058156 | 
| children | bb01f2595a83 | 
 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"
    12 HOST_ARCH="i486 arm"
    14 DEPENDS=""
    15 BUILD_DEPENDS=""
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	make 
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	mkdir -p $fs/usr/bin
    27 	cp -a $src/memtester $fs/usr/bin
    28 }