wok-next view cmospwd/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents bf81f3a4045d
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.cgsecurity.org/$TARBALL"
14 compile_rules() {
15 cd $src/src
16 rm -f cmospwd
17 make &&
18 install -Dm755 $src/src/cmospwd $install/usr/bin/cmospwd
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="CMOS"
24 }