[arch-commits] Commit in pam_ldap/repos (3 files)

Allan McRae allan at archlinux.org
Fri May 4 23:57:10 UTC 2012


    Date: Friday, May 4, 2012 @ 19:57:10
  Author: allan
Revision: 158566

db-move: moved pam_ldap from [testing] to [extra] (x86_64)

Added:
  pam_ldap/repos/extra-x86_64/PKGBUILD
    (from rev 158558, pam_ldap/repos/testing-x86_64/PKGBUILD)
Deleted:
  pam_ldap/repos/extra-x86_64/PKGBUILD
  pam_ldap/repos/testing-x86_64/

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 30 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-04 23:57:09 UTC (rev 158565)
+++ extra-x86_64/PKGBUILD	2012-05-04 23:57:10 UTC (rev 158566)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=pam_ldap
-pkgver=186
-pkgrel=1
-pkgdesc="LDAP authentication module for the PAM framework"
-arch=('i686' 'x86_64')
-url="http://www.padl.com/OSS/pam_ldap.html"
-license=('LGPL')
-depends=('libldap' 'pam')
-backup=('etc/pam_ldap.conf')
-options=('!makeflags')
-source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('58c8689921c5c4578363438acd8503c2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --libdir=/lib \
-      --with-ldap-conf-file=/etc/pam_ldap.conf \
-      --mandir=/usr/share/man
-  PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf"
-}

Copied: pam_ldap/repos/extra-x86_64/PKGBUILD (from rev 158558, pam_ldap/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-04 23:57:10 UTC (rev 158566)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Comete <la_comete at tiscali.fr>
+
+pkgname=pam_ldap
+pkgver=186
+pkgrel=3
+pkgdesc="LDAP authentication module for the PAM framework"
+arch=('i686' 'x86_64')
+url="http://www.padl.com/OSS/pam_ldap.html"
+license=('LGPL')
+depends=('libldap' 'pam')
+backup=('etc/pam_ldap.conf')
+options=('!makeflags')
+source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('58c8689921c5c4578363438acd8503c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --libdir=/lib \
+      --with-ldap-conf-file=/etc/pam_ldap.conf \
+      --mandir=/usr/share/man
+  PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/ldap.conf" "${pkgdir}/etc/pam_ldap.conf"
+
+  # move /lib to /usr/lib
+  mv "${pkgdir}/lib/security" "${pkgdir}/usr/lib"
+  rmdir "${pkgdir}/lib"
+}




More information about the arch-commits mailing list