diff --git a/network/plugin/freshflashplugin/actions.py b/network/plugin/freshflashplugin/actions.py
new file mode 100644
index 0000000000..22722b59d4
--- /dev/null
+++ b/network/plugin/freshflashplugin/actions.py
@@ -0,0 +1,23 @@
+#!/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 cmaketools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr")
+def build():
+ cmaketools.make()
+
+def install():
+ pisitools.insinto("/usr/share/freshplayerplugin/", "data/freshwrapper.conf.example")
+ pisitools.insinto("/usr/lib/mozilla/plugins/", "libfreshwrapper-*.so")
+
+ pisitools.dosed("%s/usr/share/freshplayerplugin/freshwrapper.conf.example" % get.installDIR(), "/opt/google/chrome", "/usr/lib/chromium-browser")
+
+ pisitools.dodoc("COPYING", "LICENSE")
\ No newline at end of file
diff --git a/network/plugin/freshflashplugin/pspec.xml b/network/plugin/freshflashplugin/pspec.xml
new file mode 100644
index 0000000000..46b9e99699
--- /dev/null
+++ b/network/plugin/freshflashplugin/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ freshplayerplugin
+ https://github.com/i-rinat/freshplayerplugin
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ MIT
+ app:gui
+ ppapi2npapi compatibility layer
+ PPAPI-host NPAPI-plugin adapter.
+ https://github.com/i-rinat/freshplayerplugin/archive/v0.3.3.tar.gz
+
+ cmake
+ ragel
+ gtk2-devel
+ libva-devel
+ libv4l-devel
+ ffmpeg-devel
+ openssl-devel
+ libvdpau-devel
+ alsa-lib-devel
+ libevent-devel
+ libXrandr-devel
+ libXcursor-devel
+ pulseaudio-libs-devel
+
+
+
+
+ freshplayerplugin
+
+ mesa
+ libva
+ ffmpeg
+ libv4l
+ alsa-lib
+ libevent
+ libvdpau
+ libXrandr
+ pepperflash
+ pulseaudio-libs
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/freshplayerplugin/
+
+
+
+
+
+ 2015-010-30
+ 0.3.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/plugin/freshflashplugin/translations.xml b/network/plugin/freshflashplugin/translations.xml
new file mode 100644
index 0000000000..e13c1a8b98
--- /dev/null
+++ b/network/plugin/freshflashplugin/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ freshplayerplugin
+ ppapi2npapi compatibility layer
+ PPAPI-host NPAPI-plugin adapter.
+
+
\ No newline at end of file