wok-6.x view cmospwd/receipt @ rev 19587
Up node (0.12.18)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 28 13:05:40 2016 +0100 (2016-12-28) |
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 }