wok view chntpw/receipt @ rev 15593

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 18:28:51 2013 +0000 (2013-12-03)
parents fa2cbeda4657
children ba12500dd54e
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 LICENSE="GPL2 LGPL2.1"
9 TARBALL="$PACKAGE-source-$VERSION.zip"
10 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
11 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"
13 DEPENDS="openssl"
14 BUILD_DEPENDS="openssl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/chntpw $src/reged $src/cpnt $fs/usr/bin
28 }