diff --git a/game/puzzle/tetzle/actions.py b/game/puzzle/tetzle/actions.py
new file mode 100644
index 0000000000..02376a296c
--- /dev/null
+++ b/game/puzzle/tetzle/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 qt5
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.dodoc("ChangeLog", "COPYING", "INSTALL", "CREDITS")
diff --git a/game/puzzle/tetzle/pspec.xml b/game/puzzle/tetzle/pspec.xml
new file mode 100644
index 0000000000..b833afb3d1
--- /dev/null
+++ b/game/puzzle/tetzle/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ tetzle
+ http://gottcode.org/tetzle/
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ GPLv3
+ app:gui
+ Tetzle is a jigsaw puzzle game
+ It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games.
+ https://gottcode.org/tetzle/tetzle-2.1.2-src.tar.bz2
+
+ qt5-base-devel
+ qt5-linguist
+
+
+
+
+ tetzle
+
+ qt5-base
+ libgcc
+
+
+ /usr/bin
+ /usr/share/icons/hicolor
+ /usr/share/applications
+ /usr/share
+ /usr/share/pixmaps
+ /usr/share/doc
+
+
+
+
+
+ 2018-03-04
+ 2.1.2
+ First release
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/game/puzzle/tetzle/translations.xml b/game/puzzle/tetzle/translations.xml
new file mode 100644
index 0000000000..8dad21397c
--- /dev/null
+++ b/game/puzzle/tetzle/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ tetzle
+ Tetzle is a jigsaw puzzle game
+ It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games.
+
+