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

Tom Gundersen tomegun at archlinux.org
Sat Apr 28 20:45:23 UTC 2012


    Date: Saturday, April 28, 2012 @ 16:45:22
  Author: tomegun
Revision: 157493

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pam_ldap/repos/staging-i686/PKGBUILD
    (from rev 157492, pam_ldap/trunk/PKGBUILD)
  pam_ldap/repos/staging-x86_64/PKGBUILD
    (from rev 157492, pam_ldap/trunk/PKGBUILD)
Deleted:
  pam_ldap/repos/staging-i686/PKGBUILD
  pam_ldap/repos/staging-x86_64/PKGBUILD

-------------------------+
 staging-i686/PKGBUILD   |   64 ++++++++++++++++++++++++----------------------
 staging-x86_64/PKGBUILD |   64 ++++++++++++++++++++++++----------------------
 2 files changed, 68 insertions(+), 60 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2012-04-28 20:44:55 UTC (rev 157492)
+++ staging-i686/PKGBUILD	2012-04-28 20:45:22 UTC (rev 157493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=pam_ldap
-pkgver=186
-pkgrel=2
-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/staging-i686/PKGBUILD (from rev 157492, pam_ldap/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-28 20:45:22 UTC (rev 157493)
@@ -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"
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2012-04-28 20:44:55 UTC (rev 157492)
+++ staging-x86_64/PKGBUILD	2012-04-28 20:45:22 UTC (rev 157493)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=pam_ldap
-pkgver=186
-pkgrel=2
-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/staging-x86_64/PKGBUILD (from rev 157492, pam_ldap/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-28 20:45:22 UTC (rev 157493)
@@ -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