# HG changeset patch # User Pascal Bellard # Date 1444496398 -7200 # Node ID bb01f2595a836ea2d4569adb61c156279180ec5f # Parent d893d046515a7c8a98cdc02d7f814abb504ecaef Up cookutils (766) diff -r d893d046515a -r bb01f2595a83 cmospwd/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmospwd/receipt Sat Oct 10 18:59:58 2015 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="cmospwd" +VERSION="5.0" +CATEGORY="misc" +SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd" +WGET_URL="http://www.cgsecurity.org/$TARBALL" +TAGS="CMOS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src/src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/src/cmospwd $fs/usr/bin +} diff -r d893d046515a -r bb01f2595a83 cookutils-daemon/receipt --- a/cookutils-daemon/receipt Sat Oct 10 13:54:46 2015 -0300 +++ b/cookutils-daemon/receipt Sat Oct 10 18:59:58 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cookutils-daemon" -VERSION="752" +VERSION="766" CATEGORY="system-tools" SHORT_DESC="SliTaz Cooker daemon script for build host." MAINTAINER="pankso@slitaz.org" diff -r d893d046515a -r bb01f2595a83 cookutils/receipt --- a/cookutils/receipt Sat Oct 10 13:54:46 2015 -0300 +++ b/cookutils/receipt Sat Oct 10 18:59:58 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cookutils" -VERSION="752" +VERSION="766" CATEGORY="base-system" SHORT_DESC="SliTaz packages builder new generation." MAINTAINER="pankso@slitaz.org" diff -r d893d046515a -r bb01f2595a83 memtester/receipt --- a/memtester/receipt Sat Oct 10 13:54:46 2015 -0300 +++ b/memtester/receipt Sat Oct 10 18:59:58 2015 +0200 @@ -10,6 +10,7 @@ WEB_SITE="http://pyropus.ca/software/memtester" WGET_URL="$WEB_SITE/old-versions/$TARBALL" HOST_ARCH="i486 arm" +TAGS="test diagnostic RAM" DEPENDS="" BUILD_DEPENDS=""