summaryrefslogtreecommitdiff
path: root/pcr/lua-ldap/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-17 18:01:55 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-17 18:01:55 -0500
commit98a7e894d8347b242611c2cfd44bdb0f81576080 (patch)
tree38c1039ea252fee21d557d1846866d55f7eb1749 /pcr/lua-ldap/PKGBUILD
parent0174f5578fd28a78c48e99e1730fdae27c0fdb1b (diff)
Adding lua-ldap and lua-cyrussasl to pcr
Diffstat (limited to 'pcr/lua-ldap/PKGBUILD')
-rw-r--r--pcr/lua-ldap/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/pcr/lua-ldap/PKGBUILD b/pcr/lua-ldap/PKGBUILD
new file mode 100644
index 000000000..5443f20ab
--- /dev/null
+++ b/pcr/lua-ldap/PKGBUILD
@@ -0,0 +1,28 @@
+pkgname=lua-ldap
+_pkgname=lualdap
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Simple interface from Lua to an LDAP client"
+arch=('i686' 'x86_64' 'mips64el')
+url="http://www.keplerproject.org/lualdap"
+license=('BSD')
+makedepends=('lua51' 'libldap')
+source=(http://files.luaforge.net/releases/$_pkgname/$_pkgname/LuaLDAP$pkgver/$_pkgname-$pkgver.tar.gz
+ lualdap-1.1.0-lua51.patch)
+
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ patch -Np1 -i ${srcdir}/lualdap-1.1.0-lua51.patch
+ make LUA_INC=/usr/include/lua5.1
+
+}
+
+package() {
+ cd $srcdir/$_pkgname-$pkgver
+ make LUA_LIBDIR=${pkgdir}/usr/lib/lua/5.1 \
+ LUA_VERSION_NUM=510 \
+ install
+}
+
+md5sums=('5e104520c3f1333f38817a9fa1e76681'
+ 'a7583456b721584ef222d97e49823a81')