diff --git a/multimedia/video/vokoscreen/actions.py b/multimedia/video/vokoscreen/actions.py
new file mode 100644
index 0000000000..5c3fd4e377
--- /dev/null
+++ b/multimedia/video/vokoscreen/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/copyleft/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("AUTHORS", "COPYING",)
diff --git a/multimedia/video/vokoscreen/pspec.xml b/multimedia/video/vokoscreen/pspec.xml
new file mode 100644
index 0000000000..a04c91665f
--- /dev/null
+++ b/multimedia/video/vokoscreen/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ vokoscreen
+ http://www.kohaupt-online.de/hp/
+
+ Pisilinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ vokoscreen
+ app:gui
+ New desktop recording program
+ Vokoscreen is a new application you to record your desktop. It’s very simple and it uses a minimalistic GUI
+ https://github.com/vkohaupt/vokoscreen/archive/2.4.3-beta.tar.gz
+
+ qt5-base-devel
+ libv4l-devel
+ opencv-devel
+ alsa-lib-devel
+
+
+
+
+ vokoscreen
+
+ libX11
+ libgcc
+ qt5-base
+ lame
+ libv4l
+ opencv
+ alsa-lib
+
+
+
+ /usr/bin
+ /usr/share/applications
+ /usr/share/doc
+ /usr/share/man
+ /usr/share/pixmaps
+
+
+
+
+
+ 2015-08-13
+ 2.4.3
+ First Release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/multimedia/video/vokoscreen/translations.xml b/multimedia/video/vokoscreen/translations.xml
new file mode 100644
index 0000000000..4da00332f5
--- /dev/null
+++ b/multimedia/video/vokoscreen/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ vokoscreen
+ Yeni masaüstü kayıt programı
+ Vokoscreen masaüstü kaydetmek için yeni bir uygulamadır.Çok basit kullanışlı bir arayüz sunar.
+
+
\ No newline at end of file