wok-next annotate 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
rev   line source
al@20461 1 # SliTaz package receipt v2.
pascal@18490 2
pascal@18490 3 PACKAGE="cmospwd"
al@21051 4 VERSION="5.1"
pascal@18490 5 CATEGORY="misc"
al@21051 6 SHORT_DESC="Decrypts password stored in CMOS used to access BIOS Setup"
pascal@18490 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18490 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"
al@20461 10
pascal@18490 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@18490 12 WGET_URL="http://www.cgsecurity.org/$TARBALL"
pascal@18490 13
al@21051 14 TAGS_std="CMOS"
al@21051 15
al@20461 16 compile_rules() {
al@21051 17 rm src/cmospwd
al@21051 18 make -C src || return 1
al@21051 19
al@21051 20 install -Dm755 src/cmospwd $install/usr/bin/cmospwd
al@21051 21
al@21051 22 cook_pick_docs cmospwd.txt
pascal@18490 23 }