wok-next diff cmospwd/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents bf81f3a4045d
children a3c581bf52b8
line diff
     1.1 --- a/cmospwd/receipt	Sat Oct 10 20:11:05 2015 +0200
     1.2 +++ b/cmospwd/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -1,27 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="cmospwd"
     1.8  VERSION="5.0"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP."
    1.11 +SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://www.cgsecurity.org/wiki/CmosPwd"
    1.18  WGET_URL="http://www.cgsecurity.org/$TARBALL"
    1.19 -TAGS="CMOS"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	cd $src/src
    1.26  	rm -f cmospwd
    1.27 -	make
    1.28 +	make &&
    1.29 +	install -Dm755 $src/src/cmospwd $install/usr/bin/cmospwd
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr/bin
    1.36 -	cp -a $src/src/cmospwd $fs/usr/bin
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	TAGS="CMOS"
    1.40  }