diff --git a/desktop/kde/application/kldap/actions.py b/desktop/kde/application/kldap/actions.py new file mode 100755 index 0000000000..3e8cac7682 --- /dev/null +++ b/desktop/kde/application/kldap/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + #pisitools.dodoc("COPYING.LIB", "README", "CHANGELOG", "AUTHORS") diff --git a/desktop/kde/application/kldap/pspec.xml b/desktop/kde/application/kldap/pspec.xml new file mode 100755 index 0000000000..e843bd88af --- /dev/null +++ b/desktop/kde/application/kldap/pspec.xml @@ -0,0 +1,68 @@ + + + + + kldap + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + LDAP access API for KDE + Allows LDAP accessing with a convenient Qt style C++ API. + http://download.kde.org/stable/applications/15.08.0/src/kldap-15.08.0.tar.xz + + qt5-base-devel + kcompletion-devel + ki18n-devel + cmake + extra-cmake-modules + + + + + kldap + + qt5-base + kcompletion + ki18n + libgcc + cyrus-sasl + openladap-client + kwidgetsaddons + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + kldap-devel + Development files for kdelibs4-support + + qt5-devel + kldap + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +