Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=a2ffdc5b1c5b409773aa7b31fc9dea4c14a57d6e

commit a2ffdc5b1c5b409773aa7b31fc9dea4c14a57d6e
Author: VÖRÖSKŐI András <voros...@frugalware.org>
Date:   Sat Jun 12 20:11:47 2010 +0200

chntpw-080526-2-i686

rebuilt with openssl>=1.0.0
fix optimization

diff --git a/source/apps-extra/chntpw/FrugalBuild 
b/source/apps-extra/chntpw/FrugalBuild
index 21b39ef..afc7a24 100644
--- a/source/apps-extra/chntpw/FrugalBuild
+++ b/source/apps-extra/chntpw/FrugalBuild
@@ -5,12 +5,12 @@ pkgname=chntpw
pkgver=080526
_F_archive_name=${pkgname}-source
_F_cd_path=$pkgname-$pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to (re)set the password of any user and registry editor on 
Windows NT/2K/XP system"
url="http://pogostick.net/~pnh/ntpasswd";
groups=('apps-extra')
archs=('i686')
-depends=('openssl')
+depends=('openssl>=1.0.0')
source=($url/$pkgname-source-$pkgver.zip)
up2date="Flastarchive $url/editor.html .zip"
md5sums=('09addfe7ae469677da39ed66d83858d3')
@@ -18,9 +18,11 @@ md5sums=('09addfe7ae469677da39ed66d83858d3')
build()
{
Fcd
+       Fsed '-g' "${CFLAGS}" Makefile
Fmake
Fmkdir /usr/bin
Fexe $_F_cd_path/{chntpw,chntpw.static,reged,reged.static,cpnt} /usr/bin/
Fdoc $_F_cd_path/{regedit.txt,WinReg.txt,README.txt}
}

+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to