Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37563517
en ru br
Репозитории ALT
S:1.3.0.0.2.5714c5f-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: lua5.4-module-ldap

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: lua5.4-module-ldap
Version: 1.3.0.0.2.5714c5f
Release: alt1

Summary: LDAP client library for Lua, using OpenLDAP
License: MIT
Url: https://github.com/lualdap/lualdap/
Group: Development/Other

VCS: https://github.com/lualdap/lualdap/
Source: %name-%version.tar

BuildRequires: lua5.4
BuildRequires: liblua5.4-devel
BuildRequires: libldap-devel

%description
LuaLDAP is a simple interface from Lua to an LDAP client. It enables a Lua
program to:
* Connect to an LDAP server;
* Execute any operation (search, add, compare, delete, modify and rename);
* Retrieve entries and references of the search result.

%prep
%setup

%build
sed -Ei 's,^((LUA|INST)_LIBDIR\s=\s).*$,\1%lua_modulesdir,' config
export CFLAGS="%optflags"
%make_build LUA_LIBDIR=%lua_modulesdir

%install
%makeinstall_std

%files
%doc README.md docs/*
%lua_modulesdir/lualdap.so*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin