diff --git a/x11/library/libXfont2/actions.py b/x11/library/libXfont2/actions.py
new file mode 100644
index 0000000000..7f760c4488
--- /dev/null
+++ b/x11/library/libXfont2/actions.py
@@ -0,0 +1,23 @@
+# -*- 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("-vif")
+ autotools.configure("--disable-static \
+ --disable-devel-docs")
+
+ pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
diff --git a/x11/library/libXfont2/pspec.xml b/x11/library/libXfont2/pspec.xml
new file mode 100644
index 0000000000..e11111bb65
--- /dev/null
+++ b/x11/library/libXfont2/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ libXfont2
+ http://www.x.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ X.Org Xfont library
+ libXfont is the Xorg library that allows using various types of fonts.
+ http://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.1.tar.bz2
+
+ libfontenc-devel
+ util-macros
+ freetype-devel
+ xorg-proto
+ xtrans
+ zlib-devel
+
+
+
+
+ libXfont2
+
+ libfontenc
+ zlib
+ freetype
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libXfont2-devel
+ Development files for libXfont
+
+ libXfont2
+ libfontenc-devel
+ freetype-devel
+
+
+ /usr/include/X11
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-03-02
+ 2.0.1
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/x11/library/libXfont2/translations.xml b/x11/library/libXfont2/translations.xml
new file mode 100644
index 0000000000..d7059c5dd0
--- /dev/null
+++ b/x11/library/libXfont2/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ libXfont
+ X.Org Xfont kitaplığı
+ Librairie Xfont de X.Org
+ X.Org Xfont Bibliothek
+
+
+
+ libXfont-devel
+ libXfont için geliştirme dosyaları
+
+