# HG changeset patch # User Pascal Bellard # Date 1373718776 -7200 # Node ID 8d9ce0de31e07fce879aab900fd208f4015d2a65 # Parent 8ee389d86c73208530511b17b7e9961806bc2778 memtest: add license diff -r 8ee389d86c73 -r 8d9ce0de31e0 memtest/receipt --- a/memtest/receipt Sat Jul 13 10:07:17 2013 +0200 +++ b/memtest/receipt Sat Jul 13 14:32:56 2013 +0200 @@ -5,12 +5,13 @@ CATEGORY="base-system" SHORT_DESC="Memory failures detection tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" SOURCE="memtest86+" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.memtest.org/" WGET_URL="${WEB_SITE}download/$VERSION/$TARBALL" -BUILD_DEPENDS="lzma" +BUILD_DEPENDS="xz" # Rules to configure and make the package. compile_rules() @@ -36,3 +37,11 @@ mkdir -p $fs/boot cp $src/memtest.packed-115200 $fs/boot/memtest } + +# Pre and post install commands for Tazpkg. +post_install() +{ + cat <