diff --git a/network/library/libmbim/actions.py b/network/library/libmbim/actions.py
new file mode 100644
index 0000000000..4f20d7c0d8
--- /dev/null
+++ b/network/library/libmbim/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 autotools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README")
\ No newline at end of file
diff --git a/network/library/libmbim/pspec.xml b/network/library/libmbim/pspec.xml
new file mode 100644
index 0000000000..03e08aa0f0
--- /dev/null
+++ b/network/library/libmbim/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ libmbim
+ http://www.freedesktop.org/wiki/Software/libmbim/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ MBIM modem protocol helper library.
+ libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
+ http://www.freedesktop.org/software/libmbim/libmbim-1.6.0.tar.xz
+
+ gtk-doc
+
+
+
+
+ libmbim
+
+ /usr/lib
+ /usr/share/man
+ /usr/bin/
+ /usr/share/gtk-doc/
+ /usr/share/doc/libmbim
+
+
+
+
+ libmbim-devel
+ libmbim için geliştirme dosyaları
+
+ libmbim
+
+
+ /usr/lib/pkgconfig
+ /usr/include/libmbim-glib/
+
+
+
+
+
+ 2014-01-20
+ 1.6.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/library/libmbim/translations.xml b/network/library/libmbim/translations.xml
new file mode 100644
index 0000000000..4671667fdd
--- /dev/null
+++ b/network/library/libmbim/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libmbim
+ MBIM modem protocol helper library.
+ libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
+
+
+
+ libmbim-devel
+ libmbim için geliştirme dosyaları
+
+
\ No newline at end of file