# HG changeset patch # User Christopher Rogers # Date 1292055264 0 # Node ID fa2cbeda4657b1c9695cb389a1d2c1b695a7b61d # Parent 7222cb3329ef66f33549360f179c0338b2c0ca0b Add chntpw. diff -r 7222cb3329ef -r fa2cbeda4657 chntpw/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chntpw/receipt Sat Dec 11 08:14:24 2010 +0000 @@ -0,0 +1,27 @@ +# 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 +} +