summaryrefslogtreecommitdiff
path: root/core/pam
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-16 12:30:02 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-16 12:30:02 +0200
commitfb62b6371fdc9ffe50d30c698f13ea1fb39c215b (patch)
treeb65df8847849e9c0e61f6dbec966948b102e14fa /core/pam
parent17816ffb0849295b8a1ee5fecb008f3a26bf0545 (diff)
parentf186b4cb8562b60dd4e1f5331f248caf547c8839 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/perl-params-util/PKGBUILD extra/xfce4-mixer/PKGBUILD kde-unstable/libkcddb/PKGBUILD staging/xine-lib/PKGBUILD
Diffstat (limited to 'core/pam')
-rw-r--r--core/pam/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD
index eb714c6be..6ef1b1e8f 100644
--- a/core/pam/PKGBUILD
+++ b/core/pam/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 158558 2012-05-04 23:56:48Z allan $
+# $Id: PKGBUILD 161792 2012-06-14 10:14:53Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=pam
pkgver=1.1.5
-pkgrel=3
+pkgrel=4
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://www.kernel.org/pub/linux/libs/pam/"
-depends=('glibc' 'db' 'cracklib' 'libtirpc')
+depends=('glibc' 'db' 'cracklib' 'libtirpc' 'pambase')
makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment)
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
- ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
- other)
+ ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2)
options=('!libtool' '!emptydirs')
md5sums=('927ee5585bdec5256c75117e9348aa47'
- 'e2788389a6c59224110a45fcff30e02b'
- '6e6c8719e5989d976a14610f340bd33a')
+ 'e2788389a6c59224110a45fcff30e02b')
build() {
cd $srcdir/Linux-PAM-$pkgver
@@ -34,7 +32,6 @@ build() {
package() {
cd $srcdir/Linux-PAM-$pkgver
make DESTDIR=$pkgdir install
- install -D -m644 ../other $pkgdir/etc/pam.d/other
# build pam_unix2 module
# source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
@@ -61,6 +58,3 @@ _EOT
# set unix_chkpwd uid
chmod +s $pkgdir/sbin/unix_chkpwd
}
-md5sums=('927ee5585bdec5256c75117e9348aa47'
- 'e2788389a6c59224110a45fcff30e02b'
- '6e6c8719e5989d976a14610f340bd33a')