wok view cmospwd/receipt @ rev 20760

updated cairo packages (1.14.4 -> 1.16.0)
author Hans-G?nter Theisgen
date Tue Feb 12 17:35:34 2019 +0100 (2019-02-12)
parents bf81f3a4045d
children 39fb10403b4b
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"
11 WGET_URL="https://www.cgsecurity.org/$TARBALL"
12 TAGS="CMOS"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src/src
18 rm -f cmospwd
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/src/cmospwd $fs/usr/bin
27 }