wok-next view chntpw/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
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 }