wok view chntpw/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
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 }