diff --git a/util/misc/patchutils/actions.py b/util/misc/patchutils/actions.py
new file mode 100644
index 0000000000..1dee75d293
--- /dev/null
+++ b/util/misc/patchutils/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env 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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/util/misc/patchutils/pspec.xml b/util/misc/patchutils/pspec.xml
new file mode 100644
index 0000000000..2ac63a7a94
--- /dev/null
+++ b/util/misc/patchutils/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ patchutils
+ http://cyberelk.net/tim/patchutils/
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv3
+ library
+ A small collection of programs that operate on patch files
+ Yama dosyalarında çalışan küçük bir program koleksiyonu
+ http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz
+
+ xmlto
+ python3-devel
+ libpcre2-devel
+
+
+
+
+
+ patchutils
+
+ libpcre2
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2021-01-05
+ 0.4.2
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/util/misc/patchutils/translations.xml b/util/misc/patchutils/translations.xml
new file mode 100644
index 0000000000..96f63bc00f
--- /dev/null
+++ b/util/misc/patchutils/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ patchutils
+ A small collection of programs that operate on patch files
+ Yama dosyalarında çalışan küçük bir program koleksiyonu
+
+