diff --git a/server/web/libmicrohttpd/actions.py b/server/web/libmicrohttpd/actions.py
new file mode 100644
index 0000000000..8b22821dc3
--- /dev/null
+++ b/server/web/libmicrohttpd/actions.py
@@ -0,0 +1,25 @@
+#!/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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.autoreconf("-vfi")
+ autotools.configure("--disable-static \
+ --enable-shared \
+ --enable-curl \
+ --enable-largefile \
+ --enable-messages")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/server/web/libmicrohttpd/pspec.xml b/server/web/libmicrohttpd/pspec.xml
new file mode 100644
index 0000000000..dc841ee4f0
--- /dev/null
+++ b/server/web/libmicrohttpd/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+ libmicrohttpd
+ http://www.gnu.org/software/libmicrohttpd
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ A compact API and implementation of HTTP web server
+ libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
+ http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.49.tar.gz
+
+ gnutls-devel
+ libgcrypt-devel
+ libgpg-error-devel
+
+
+
+
+ libmicrohttpd
+
+ gnutls
+ libgcrypt
+ libgpg-error
+
+
+ /usr/bin/microspdy2http
+ /usr/bin/demo
+ /usr/lib
+ /usr/share/man
+ /usr/share/info
+ /usr/share/doc
+
+
+
+
+ libmicrohttpd-devel
+ Development files for libmicrohttpd
+
+ gnutls-devel
+
+
+ libmicrohttpd
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/man/man3
+
+
+
+
+
+
+ 2016-04-25
+ 0.9.49
+ First release
+ Ali Algul(gulle)
+ alialgul@pisilinux.org
+
+
+
diff --git a/server/web/libmicrohttpd/translations.xml b/server/web/libmicrohttpd/translations.xml
new file mode 100644
index 0000000000..e7af5e82f8
--- /dev/null
+++ b/server/web/libmicrohttpd/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libmicrohttpd
+ Bir HTTP sunucu uygulama programlama arayüzü (API) ve uygulaması
+ libmicrohttpd, bir HTTP sunucusunun diğer yazılımların parçası olarak çalışmasını kolaylaştıran kitaplıktır.
+
+
+
+ libmicrohttpd-devel
+ libmicrohttpd için geliştirme dosyaları
+
+