Date: Tuesday, September 28, 2010 @ 02:24:38
  Author: tpowa
Revision: 91796

new package for next archboot release

Added:
  chntpw/
  chntpw/repos/
  chntpw/trunk/
  chntpw/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: chntpw/trunk/PKGBUILD
===================================================================
--- chntpw/trunk/PKGBUILD                               (rev 0)
+++ chntpw/trunk/PKGBUILD       2010-09-28 06:24:38 UTC (rev 91796)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tp...@archlinux.org>
+pkgname=chntpw
+pkgver=100627
+pkgrel=1
+pkgdesc="The Offline NT Password Editor - enables you to view some information 
and change user passwords in a Windows NT SAM userdatabase file"
+arch=('i686' 'x86_64')
+url="http://pogostick.net/~pnh/ntpasswd/";
+license=('GPL' 'LGPL')
+makedepends=('openssl')
+source=(http://pogostick.net/~pnh/ntpasswd/${pkgname}-source-${pkgver}.zip)
+md5sums=('8b046c2073f27eed728e18635ba72dd4')
+sha1sums=('4b2a7e7a406ca9ecb68c9ab4fb6012864828806d')
+
+build() {
+    if [ "$CARCH" = "x86_64" ]; then
+        cd ${srcdir}/${pkgname}-${pkgver}
+        sed -i "s|CFLAGS= -DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall -m32|CFLAGS= 
-DUSEOPENSSL -g -I. -I\$(OSSLINC) -Wall|" Makefile
+    fi
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make
+    # install binaries, don't install static binaries!
+    install -Dm755 ${srcdir}/${pkgname}-${pkgver}/${pkgname} 
${pkgdir}/usr/bin/${pkgname} 
+    install -Dm755 ${srcdir}/${pkgname}-${pkgver}/reged ${pkgdir}/usr/bin/reged
+    install -Dm755 ${srcdir}/${pkgname}-${pkgver}/cpnt ${pkgdir}/usr/bin/cpnt
+    for doc in *.txt; do
+        install -Dm644 ${doc} ${pkgdir}/usr/share/doc/${pkgname}/${doc}
+    done
+}


Property changes on: chntpw/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Reply via email to