New package: chntpw-140201
This commit is contained in:
parent
ae49cc7252
commit
1d6f725c74
1 changed files with 30 additions and 0 deletions
30
srcpkgs/chntpw/template
Normal file
30
srcpkgs/chntpw/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Template file for 'chntpw'
|
||||||
|
pkgname=chntpw
|
||||||
|
version=140201
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
makedepends="libressl-devel"
|
||||||
|
short_desc="Offline Windows Password and Registry Editor"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://pogostick.net/~pnh/ntpasswd/"
|
||||||
|
distfiles="http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${version}.zip"
|
||||||
|
checksum=96e20905443e24cba2f21e51162df71dd993a1c02bfa12b1be2d0801a4ee2ccc
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '/CFLAGS/s/-m32//' Makefile
|
||||||
|
sed -i '1i#include <stdint.h>' ntreg.h
|
||||||
|
}
|
||||||
|
pre_build() {
|
||||||
|
CFLAGS="$CFLAGS $LDFLAGS"
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
vbin chntpw
|
||||||
|
vbin reged
|
||||||
|
vbin sampasswd
|
||||||
|
vbin samusrgrp
|
||||||
|
|
||||||
|
vdoc MANUAL.txt
|
||||||
|
vdoc regedit.txt
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue