wok-next view cmospwd/receipt @ rev 21084
Add librefox
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 25 14:44:32 2018 +0200 (2018-12-25) |
parents | a3c581bf52b8 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cmospwd"
4 VERSION="5.1"
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 WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.cgsecurity.org/$TARBALL"
14 TAGS_std="CMOS"
16 compile_rules() {
17 rm src/cmospwd
18 make -C src || return 1
20 install -Dm755 src/cmospwd $install/usr/bin/cmospwd
22 cook_pick_docs cmospwd.txt
23 }