summaryrefslogtreecommitdiff
path: root/community/pppd-ldap-simple
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/pppd-ldap-simple
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pppd-ldap-simple')
-rw-r--r--community/pppd-ldap-simple/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/pppd-ldap-simple/PKGBUILD b/community/pppd-ldap-simple/PKGBUILD
deleted file mode 100644
index 8475f5810..000000000
--- a/community/pppd-ldap-simple/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 66158 2012-02-23 02:19:12Z spupykin $
-
-pkgname=pppd-ldap-simple
-pkgver=0.12b
-pkgrel=6
-pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/pppd-ldap/"
-license=('GPL')
-source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz)
-md5sums=('e47b7fb5119a1024e188ec22351672cd')
-
-build() {
- _pppdver=`pacman -Q ppp | cut -d\ -f 2 | cut -f 1 -d -`
- depends=("ppp=${_pppdver}" 'libldap>=2.4.18')
-
- cd "$srcdir/pppd_ldap-simple-$pkgver"
- make CFLAGS="-I/usr/include/pppd -fPIC"
- install -D -m0755 pppd_ldap.so $pkgdir/usr/lib/pppd/${_pppdver}/pppd_ldap_simple.so
-}