wok-next view cmospwd/receipt @ rev 20461

Respect "install" phase (src -> install). Cook will fail if install dir empty (and it's by design).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Mar 04 04:56:40 2018 +0200 (2018-03-04)
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 }