diff --git a/programming/library/libunibreak/actions.py b/programming/library/libunibreak/actions.py
new file mode 100644
index 0000000000..a51a50236f
--- /dev/null
+++ b/programming/library/libunibreak/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "LICENCE", "NEWS", "README.md")
+
diff --git a/programming/library/libunibreak/pspec.xml b/programming/library/libunibreak/pspec.xml
new file mode 100644
index 0000000000..11b8deafa1
--- /dev/null
+++ b/programming/library/libunibreak/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ libunibreak
+ http://vimgadgets.sourceforge.net/libunibreak/
+
+ Pisi Linux Community
+ admin@pisilinux.org
+
+ zlib
+ library
+ programming.library
+ An Implementation of the line breaking and word breaking algorithms
+ Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29
+
+ https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_0/libunibreak-5.0.tar.gz
+
+
+
+
+
+
+
+ libunibreak
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libunibreak-devel
+
+ libunibreak
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2021-11-22
+ 5.0
+ First Beta release.
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+
+
diff --git a/programming/library/libunibreak/translations.xml b/programming/library/libunibreak/translations.xml
new file mode 100644
index 0000000000..999aeae188
--- /dev/null
+++ b/programming/library/libunibreak/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libunibreak
+ Satır kırılma ve kelime kırılma algoritmalarının bir uygulaması
+ libunibreak Unicode Standard Annex 14 ve Unicode Standard Annex 29 içinde tanımlandığı gibi satır kırılma ve kelime kırılma algoritmalarının bir uygulamasıdır.
+
+