SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "chntpw"

# SliTaz package receipt.

PACKAGE="chntpw"
VERSION="140201"
CATEGORY="security"
SHORT_DESC="Offline NT Password and Registry editor"
MAINTAINER="db_slitaz@m4x.org"
LICENSE="GPL2 LGPL2.1"
TARBALL="$PACKAGE-source-$VERSION.zip"
WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"

DEPENDS="openssl"
BUILD_DEPENDS="openssl-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/chntpw $src/reged $src/cpnt $fs/usr/bin
}

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)