wok view chntpw/receipt @ rev 7946

Up mpd (0.16.1), may need to rollback to 0.15.15 and add 0.16.x to wok-undigest
author Paul Issott <paul@slitaz.org>
date Sat Jan 15 17:12:06 2011 +0000 (2011-01-15)
parents
children 223b265f40fd
line source
1 # SliTaz package receipt.
3 PACKAGE="chntpw"
4 VERSION="100627"
5 CATEGORY="security"
6 SHORT_DESC="Offline NT Password and Registry editor"
7 MAINTAINER="db_slitaz@m4x.org"
8 DEPENDS="openssl"
9 BUILD_DEPENDS="openssl-dev"
10 TARBALL="$PACKAGE-source-$VERSION.zip"
11 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
12 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/chntpw $src/reged $src/cpnt $fs/usr/bin
26 }