diff --git a/network/misc/protobuf-c/actions.py b/network/misc/protobuf-c/actions.py
new file mode 100644
index 0000000000..8c8b5ab078
--- /dev/null
+++ b/network/misc/protobuf-c/actions.py
@@ -0,0 +1,21 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.autoreconf("-fvi")
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE", "ChangeLog", "README.md")
\ No newline at end of file
diff --git a/network/misc/protobuf-c/pspec.xml b/network/misc/protobuf-c/pspec.xml
new file mode 100644
index 0000000000..5c23500723
--- /dev/null
+++ b/network/misc/protobuf-c/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ protobuf-c
+ https://github.com/protobuf-c/protobuf-c
+
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+ network.misc
+ BSD
+ app:console
+ library
+ Protocol Buffers implementation in C
+ This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package
+ https://github.com/protobuf-c/protobuf-c/archive/v1.3.3.tar.gz
+
+ protobuf-devel
+
+
+
+
+ protobuf-c
+ Protocol Buffers implementation in C
+
+ protobuf
+
+
+ /
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ protobuf-c-devel
+ Development files for protobuf-c
+
+ protobuf-c
+
+
+ /usr/lib/pkgconfig
+ /usr/include/protobuf-c
+ /usr/include/google/protobuf-c
+
+
+
+
+
+ 2020-04-09
+ 1.3.3
+
+ *Patch version bump.
+ *Moved from contrib
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/network/misc/protobuf-c/translations.xml b/network/misc/protobuf-c/translations.xml
new file mode 100644
index 0000000000..6a1149bb76
--- /dev/null
+++ b/network/misc/protobuf-c/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ protobuf-c
+ Google Protokol Arabelleklerinin C Uygulaması
+ protobuf-c, Google Protokol Arabelleklerinin veri serileştirmesi biçimi için bir C Uygulamasıdır. libgadu paketi için gereklidir.
+
+
+
+ protobuf-c-devel
+ protobuf-c için geliştirme dosyaları
+ protobuf-c-devel, protobuf-c için geliştime dosyaları içerir.
+
+
\ No newline at end of file