[arch-commits] CVS update of extra/system/pam_passwdqc (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Wed Dec 26 09:57:44 UTC 2007


    Date: Wednesday, December 26, 2007 @ 04:57:44
  Author: juergen
    Path: /home/cvs-extra/extra/system/pam_passwdqc

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: pam_passwdqc 1.0.4-1 added license variable


----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Index: extra/system/pam_passwdqc/PKGBUILD
diff -u extra/system/pam_passwdqc/PKGBUILD:1.5 extra/system/pam_passwdqc/PKGBUILD:1.6
--- extra/system/pam_passwdqc/PKGBUILD:1.5	Tue May 30 13:31:15 2006
+++ extra/system/pam_passwdqc/PKGBUILD	Wed Dec 26 04:57:44 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.5 2006/05/30 17:31:15 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.6 2007/12/26 09:57:44 juergen Exp $
 # Maintainer: juergen <juergen at archlinux.org>
 # Contributor: Manolis Tzanidakis
 #
 
 pkgname=pam_passwdqc
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A password strength checking module for PAM-aware password changing programs."
 arch=(i686 x86_64)
 url="http://www.openwall.com/passwdqc"
 depends=('pam')
+license=('BSD')
 source=(http://www.openwall.com/pam/modules/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('24d5a1b42987479aa91622d841f82298')
+md5sums=('44dcb7e94b75272fed3d9cedeaf0c45c')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg MANDIR=/usr/man install
+  make || return 1
+  make DESTDIR=$startdir/pkg MANDIR=/usr/man install || return 1
 }
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list