wok-next annotate memtest-bin/receipt @ rev 20884

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents fc15bece1af6
children
rev   line source
al@20760 1 # SliTaz package receipt v2.
al@20760 2
al@20760 3 PACKAGE="memtest-bin"
al@20760 4 VERSION="5.01"
al@20760 5 CATEGORY="base-system"
al@20760 6 SHORT_DESC="Memory failures detection tool (pre-compiled bootable binary)"
al@20760 7 MAINTAINER="al.bobylev@gmail.com"
al@20760 8 LICENSE="GPL2"
al@20760 9 WEB_SITE="http://www.memtest.org/"
al@20884 10 REPOLOGY="memtest86+"
al@20760 11
al@20760 12 TARBALL="memtest86+-$VERSION.bin.gz"
al@20760 13 WGET_URL="http://www.memtest.org/download/$VERSION/$TARBALL"
al@20760 14
al@20760 15 compile_rules() {
al@20760 16 gzip -d $TARBALL
al@20760 17 install -Dm644 memtest86+-$VERSION.bin $install/boot/memtest
al@20760 18 }
al@20760 19
al@20760 20 genpkg_rules() {
al@20760 21 copy @std
al@20760 22 }