[arch-commits] Commit in pam_ldap/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 7 07:38:13 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:38:13
  Author: arojas
Revision: 326180

archrelease: copy trunk to extra-x86_64

Added:
  pam_ldap/repos/extra-x86_64/PKGBUILD
    (from rev 326179, pam_ldap/trunk/PKGBUILD)
Deleted:
  pam_ldap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 07:37:53 UTC (rev 326179)
+++ PKGBUILD	2018-06-07 07:38:13 UTC (rev 326180)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=pam_ldap
-pkgver=186
-pkgrel=5
-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=/usr/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 326179, pam_ldap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 07:38:13 UTC (rev 326180)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Comete <la_comete at tiscali.fr>
+
+pkgname=pam_ldap
+pkgver=186
+pkgrel=6
+pkgdesc="LDAP authentication module for the PAM framework"
+arch=('x86_64')
+url="http://www.padl.com/OSS/pam_ldap.html"
+license=('LGPL')
+depends=('libldap' 'pam')
+backup=('etc/pam_ldap.conf')
+options=('!makeflags')
+source=("https://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('58c8689921c5c4578363438acd8503c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --libdir=/usr/lib \
+      --with-ldap-conf-file=/etc/pam_ldap.conf \
+      --mandir=/usr/share/man
+  PERL5LIB="$PWD" 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"
+}



More information about the arch-commits mailing list