wok annotate cmospwd/receipt @ rev 18746

marble: one desktop entry only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 26 11:26:22 2015 +0100 (2015-12-26)
parents bb01f2595a83
children a78610b2eb47
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@18492 18 rm -f cmospwd
pascal@18490 19 make
pascal@18490 20 }
pascal@18490 21
pascal@18490 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18490 23 genpkg_rules()
pascal@18490 24 {
pascal@18490 25 mkdir -p $fs/usr/bin
pascal@18490 26 cp -a $src/src/cmospwd $fs/usr/bin
pascal@18490 27 }