wok annotate chntpw/receipt @ rev 18723

chntpw: new version 140201
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 12:30:40 2015 +0000 (2015-12-18)
parents 223b265f40fd
children d8c511e24c20
rev   line source
slaxemulator@7605 1 # SliTaz package receipt.
slaxemulator@7605 2
slaxemulator@7605 3 PACKAGE="chntpw"
erkan@18723 4 VERSION="140201"
slaxemulator@7605 5 CATEGORY="security"
slaxemulator@7605 6 SHORT_DESC="Offline NT Password and Registry editor"
slaxemulator@7605 7 MAINTAINER="db_slitaz@m4x.org"
pascal@15202 8 LICENSE="GPL2 LGPL2.1"
slaxemulator@7605 9 TARBALL="$PACKAGE-source-$VERSION.zip"
slaxemulator@7605 10 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
slaxemulator@7605 11 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"
slaxemulator@7605 12
pascal@15202 13 DEPENDS="openssl"
pascal@15202 14 BUILD_DEPENDS="openssl-dev"
pascal@15202 15
slaxemulator@7605 16 # Rules to configure and make the package.
slaxemulator@7605 17 compile_rules()
slaxemulator@7605 18 {
slaxemulator@7605 19 cd $src
slaxemulator@7605 20 make
slaxemulator@7605 21 }
slaxemulator@7605 22
slaxemulator@7605 23 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7605 24 genpkg_rules()
slaxemulator@7605 25 {
slaxemulator@7605 26 mkdir -p $fs/usr/bin
slaxemulator@7605 27 cp -a $src/chntpw $src/reged $src/cpnt $fs/usr/bin
slaxemulator@7605 28 }
slaxemulator@7605 29