wok-next view chntpw/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents ba12500dd54e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="chntpw"
4 VERSION="140201"
5 CATEGORY="security"
6 SHORT_DESC="Offline NT Password and Registry editor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/"
11 TARBALL="$PACKAGE-source-$VERSION.zip"
12 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL"
14 BUILD_DEPENDS="openssl-dev"
16 compile_rules() {
17 make || return 1
19 install -Dm755 chntpw $install/usr/bin/chntpw
20 install -Dm755 reged $install/usr/bin/reged
21 install -Dm755 cpnt $install/usr/bin/cpnt
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="openssl"
27 }