31 lines
717 B
Bash
31 lines
717 B
Bash
# 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
|
|
}
|