wok view chntpw/receipt @ rev 10009

gnustep-gui: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:08:44 2011 +0200 (2011-05-19)
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 }