wok-next view memtester/receipt @ rev 16012
syslinux/iso2exe: access both local and isofs namespaces
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Tue Mar 04 21:00:29 2014 +0000 (2014-03-04) | 
| 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 }