wok-next view cmospwd/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }