wok view cmospwd/receipt @ rev 22281

updated xorg-xf86-video-sis (0.10.7 -> 0.11.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:28:14 2019 +0100 (2019-11-13)
parents a78610b2eb47
children a6b997a82f39
line source
1 # SliTaz package receipt.
3 PACKAGE="cmospwd"
4 VERSION="5.1"
5 CATEGORY="misc"
6 TAGS="CMOS"
7 SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://www.cgsecurity.org/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 rm -f cmospwd
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/src/cmospwd $fs/usr/bin
28 }