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