summaryrefslogtreecommitdiff
path: root/community/nss-pam-ldapd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/nss-pam-ldapd/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/nss-pam-ldapd/PKGBUILD')
-rw-r--r--community/nss-pam-ldapd/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/community/nss-pam-ldapd/PKGBUILD b/community/nss-pam-ldapd/PKGBUILD
deleted file mode 100644
index bbdedb365..000000000
--- a/community/nss-pam-ldapd/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id
-# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=2
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/"
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz"
- "nslcd.service")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
- 'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-pam-seclib-dir=/usr/lib/security;
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -Dm644 "$srcdir/nslcd.service" "$pkgdir/usr/lib/systemd/system/nslcd.service"
- install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: