wok-next view cmospwd/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
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 }