wok-6.x annotate cmospwd/receipt @ 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
children bf81f3a4045d
rev   line source
pascal@18490 1 # SliTaz package receipt.
pascal@18490 2
pascal@18490 3 PACKAGE="cmospwd"
pascal@18490 4 VERSION="5.0"
pascal@18490 5 CATEGORY="misc"
pascal@18490 6 SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP."
pascal@18490 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18490 8 LICENSE="GPL2"
pascal@18490 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@18490 10 WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd"
pascal@18490 11 WGET_URL="http://www.cgsecurity.org/$TARBALL"
pascal@18490 12 TAGS="CMOS"
pascal@18490 13
pascal@18490 14 # Rules to configure and make the package.
pascal@18490 15 compile_rules()
pascal@18490 16 {
pascal@18490 17 cd $src/src
pascal@18490 18 make
pascal@18490 19 }
pascal@18490 20
pascal@18490 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18490 22 genpkg_rules()
pascal@18490 23 {
pascal@18490 24 mkdir -p $fs/usr/bin
pascal@18490 25 cp -a $src/src/cmospwd $fs/usr/bin
pascal@18490 26 }