wok-next annotate chntpw/receipt @ rev 21237
try to build cndrvcups-common again
author | Hans-G?nter Theisgen |
---|---|
date | Wed Dec 04 16:52:15 2019 +0100 (2019-12-04) |
parents | ba12500dd54e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
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" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15202 | 8 LICENSE="GPL2 LGPL2.1" |
al@21020 | 9 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/" |
al@21020 | 10 |
slaxemulator@7605 | 11 TARBALL="$PACKAGE-source-$VERSION.zip" |
slaxemulator@7605 | 12 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL" |
slaxemulator@7605 | 13 |
pascal@15202 | 14 BUILD_DEPENDS="openssl-dev" |
pascal@15202 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 make || return 1 |
al@21020 | 18 |
al@21020 | 19 install -Dm755 chntpw $install/usr/bin/chntpw |
al@21020 | 20 install -Dm755 reged $install/usr/bin/reged |
al@21020 | 21 install -Dm755 cpnt $install/usr/bin/cpnt |
slaxemulator@7605 | 22 } |
slaxemulator@7605 | 23 |
al@21020 | 24 genpkg_rules() { |
al@21020 | 25 copy @std |
al@21020 | 26 DEPENDS="openssl" |
slaxemulator@7605 | 27 } |