wok view cmospwd/receipt @ rev 18597

Up: tazlito (390)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 13 19:37:22 2015 +0100 (2015-11-13)
parents bb01f2595a83
children a78610b2eb47
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 rm -f cmospwd
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/src/cmospwd $fs/usr/bin
27 }