SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "cmospwd"

# SliTaz package receipt.

PACKAGE="cmospwd"
VERSION="5.1"
CATEGORY="misc"
TAGS="CMOS"
SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://www.cgsecurity.org/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/cmospwd-/!d;/tar..z/!d;s|.*cmospwd-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src/src
    rm -f cmospwd
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/src/cmospwd $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)