summaryrefslogtreecommitdiff
path: root/community/pam_pwcheck/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 12:05:33 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 12:05:33 -0300
commit572db5155dc23eb1c4f65736b9ca5507eed6fbd2 (patch)
tree687a7c5627b76004103420d1575528fbfc0ff4b7 /community/pam_pwcheck/PKGBUILD
parentca2e05bb7791418f2af678704160d56d8184a21a (diff)
parentd1d68784dc66793601c239fa64cc0e02ebd9444e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: kde-unstable/kdemultimedia/PKGBUILD libre/mplayer-libre/PKGBUILD social/diaspora-git/PKGBUILD staging/php/PKGBUILD staging/redland/PKGBUILD
Diffstat (limited to 'community/pam_pwcheck/PKGBUILD')
-rw-r--r--community/pam_pwcheck/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD
index d7dd9d79d..249e18824 100644
--- a/community/pam_pwcheck/PKGBUILD
+++ b/community/pam_pwcheck/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 7508 2010-01-07 03:43:27Z dgriffiths $
+# $Id: PKGBUILD 61543 2012-01-02 13:40:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pam_pwcheck
pkgver=3.9
-pkgrel=2
+pkgrel=3
pkgdesc="A password strength checking module for PAM-aware password changing programs"
arch=(i686 x86_64 'mips64el')
url="http://www.thkukuk.de/pam/pam_pwcheck/"
@@ -13,9 +13,8 @@ source=(ftp://ftp.suse.com/pub/people/kukuk/pam/pam_pwcheck/pam_pwcheck-$pkgver.
md5sums=('27be63338af88d14610d182b6a161cd1')
build() {
- cd $startdir/src/$pkgname-$pkgver
-
- ./configure --prefix=/usr --mandir=/usr/share
- /usr/bin/make || return 1
- /usr/bin/make DESTDIR=$startdir/pkg install
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+ make DESTDIR=$pkgdir install
}