diff --git a/system/base/libXdmcp/actions.py b/system/base/libXdmcp/actions.py
new file mode 100644
index 00000000..2fbb68da
--- /dev/null
+++ b/system/base/libXdmcp/actions.py
@@ -0,0 +1,22 @@
+# -*- 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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.autoreconf("-fi")
+
+ autotools.configure("--disable-static \
+ --without-xmlto")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
diff --git a/system/base/libXdmcp/pspec.xml b/system/base/libXdmcp/pspec.xml
new file mode 100644
index 00000000..b08a5d5f
--- /dev/null
+++ b/system/base/libXdmcp/pspec.xml
@@ -0,0 +1,118 @@
+
+
+
+
+ libXdmcp
+ http://x.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ X.Org Xdmcp library
+ LibXdmcp is the X Display Manager Control Protocol library.
+ http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.3.tar.bz2
+
+ libxslt
+ util-macros
+ xorg-proto
+ libbsd-devel
+
+
+
+
+ libXdmcp
+
+ libbsd
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libXdmcp-devel
+ Development files for libXdmcp
+
+ xorg-proto
+ libXdmcp
+
+
+ /usr/include/X11
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+ /usr/share/doc/*/*.xml
+
+
+
+
+ libXdmcp-32bit
+ emul32
+ 32-bit shared libraries for libXdmcp
+ emul32
+
+
+
+
+ libXdmcp
+
+
+
+ /usr/lib32
+
+
+
+
+
+ 2019-12-26
+ 1.1.3
+ Rebuild
+ Idris Kalp
+ idriskalp@gmail.com
+
+
+ 2019-10-20
+ 1.1.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2019-01-07
+ 1.1.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-23
+ 1.1.2
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2017-01-27
+ 1.1.2
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2016-04-30
+ 1.1.2
+ Release bump
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2015-06-06
+ 1.1.2
+ First release
+ Osman Erkan
+ osman.erkan@yandex.com
+
+
+
diff --git a/system/base/libXdmcp/translations.xml b/system/base/libXdmcp/translations.xml
new file mode 100644
index 00000000..7eb6f757
--- /dev/null
+++ b/system/base/libXdmcp/translations.xml
@@ -0,0 +1,20 @@
+
+
+
+ libXdmcp
+ X.Org Xdmcp kitaplığı.
+ Librairie Xdmcp de X.Org.
+ X.Org Xdmcp Bibliothek
+ LibXdmcp, X Ekran Yöneticisi Denetim Protokolü kitaplığıdır.
+
+
+
+ libXdmcp-devel
+ libXdmcp için geliştirme dosyaları
+
+
+
+ libXdmcp-32bit
+ libXdmcp için 32-bit paylaşımlı kitaplıklar
+
+