wok rev 18490

Up cookutils (766)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 10 18:59:58 2015 +0200 (2015-10-10)
parents d893d046515a
children e27eaf55057a
files cmospwd/receipt cookutils-daemon/receipt cookutils/receipt memtester/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cmospwd/receipt	Sat Oct 10 18:59:58 2015 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cmospwd"
     1.7 +VERSION="5.0"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd"
    1.14 +WGET_URL="http://www.cgsecurity.org/$TARBALL"
    1.15 +TAGS="CMOS"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src/src
    1.21 +	make
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/bin
    1.28 +	cp -a $src/src/cmospwd $fs/usr/bin
    1.29 +}
     2.1 --- a/cookutils-daemon/receipt	Sat Oct 10 13:54:46 2015 -0300
     2.2 +++ b/cookutils-daemon/receipt	Sat Oct 10 18:59:58 2015 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cookutils-daemon"
     2.7 -VERSION="752"
     2.8 +VERSION="766"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="SliTaz Cooker daemon script for build host."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/cookutils/receipt	Sat Oct 10 13:54:46 2015 -0300
     3.2 +++ b/cookutils/receipt	Sat Oct 10 18:59:58 2015 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="cookutils"
     3.7 -VERSION="752"
     3.8 +VERSION="766"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="SliTaz packages builder new generation."
    3.11  MAINTAINER="pankso@slitaz.org"
     4.1 --- a/memtester/receipt	Sat Oct 10 13:54:46 2015 -0300
     4.2 +++ b/memtester/receipt	Sat Oct 10 18:59:58 2015 +0200
     4.3 @@ -10,6 +10,7 @@
     4.4  WEB_SITE="http://pyropus.ca/software/memtester"
     4.5  WGET_URL="$WEB_SITE/old-versions/$TARBALL"
     4.6  HOST_ARCH="i486 arm"
     4.7 +TAGS="test diagnostic RAM"
     4.8  
     4.9  DEPENDS=""
    4.10  BUILD_DEPENDS=""