summaryrefslogtreecommitdiff
path: root/social/lua-ldap/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /social/lua-ldap/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'social/lua-ldap/PKGBUILD')
-rw-r--r--social/lua-ldap/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/social/lua-ldap/PKGBUILD b/social/lua-ldap/PKGBUILD
deleted file mode 100644
index a2ca1c830..000000000
--- a/social/lua-ldap/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-pkgname=lua-ldap
-_pkgname=lualdap
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Simple interface from Lua to an LDAP client"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.keplerproject.org/lualdap"
-license=('BSD')
-depends=('lua' 'libldap')
-source=(http://files.luaforge.net/releases/$_pkgname/$_pkgname/LuaLDAP$pkgver/$_pkgname-$pkgver.tar.gz)
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
-
- make CFLAGS="$CFLAGS" \
- LUA_LIBDIR=/usr/lib/lua/5.1 \
- LUA_VERSION_NUM=510 \
- LUA_INC=/usr/include
-
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- make LUA_LIBDIR=${pkgdir}/usr/lib/lua/5.1 \
- LUA_VERSION_NUM=510 \
- install
-}
-
-md5sums=('5e104520c3f1333f38817a9fa1e76681')