# SliTaz package receipt.

PACKAGE="chntpw"
VERSION="100627"
CATEGORY="security"
SHORT_DESC="Offline NT Password and Registry editor"
MAINTAINER="db_slitaz@m4x.org"
DEPENDS="openssl"
BUILD_DEPENDS="openssl-dev"
TARBALL="$PACKAGE-source-$VERSION.zip"
WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"

# 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
}