wok-current annotate cmospwd/receipt @ rev 20669
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 21 12:26:11 2019 +0100 (2019-01-21) |
parents | bf81f3a4045d |
children | 39fb10403b4b |
rev | line source |
---|---|
pascal@18490 | 1 # SliTaz package receipt. |
pascal@18490 | 2 |
pascal@18490 | 3 PACKAGE="cmospwd" |
pascal@18490 | 4 VERSION="5.0" |
pascal@18490 | 5 CATEGORY="misc" |
pascal@18490 | 6 SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP." |
pascal@18490 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18490 | 8 LICENSE="GPL2" |
pascal@18490 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20669 | 10 WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd" |
pascal@20669 | 11 WGET_URL="https://www.cgsecurity.org/$TARBALL" |
pascal@18490 | 12 TAGS="CMOS" |
pascal@18490 | 13 |
pascal@18490 | 14 # Rules to configure and make the package. |
pascal@18490 | 15 compile_rules() |
pascal@18490 | 16 { |
pascal@18490 | 17 cd $src/src |
pascal@18492 | 18 rm -f cmospwd |
pascal@18490 | 19 make |
pascal@18490 | 20 } |
pascal@18490 | 21 |
pascal@18490 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18490 | 23 genpkg_rules() |
pascal@18490 | 24 { |
pascal@18490 | 25 mkdir -p $fs/usr/bin |
pascal@18490 | 26 cp -a $src/src/cmospwd $fs/usr/bin |
pascal@18490 | 27 } |