diff --git a/network/library/libqmi/actions.py b/network/library/libqmi/actions.py
new file mode 100644
index 0000000000..10d5c0f545
--- /dev/null
+++ b/network/library/libqmi/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/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --disable-static \
+ --with-tests \
+ --libexecdir=/usr/lib/libqmi")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
diff --git a/network/library/libqmi/pspec.xml b/network/library/libqmi/pspec.xml
new file mode 100644
index 0000000000..a37c721ef0
--- /dev/null
+++ b/network/library/libqmi/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ libqmi
+ http://www.freedesktop.org/wiki/Software/libqmi/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2
+ app:gui
+ QMI modem protocol helper library
+ libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
+ http://www.freedesktop.org/software/libqmi/libqmi-1.8.0.tar.xz
+
+
+
+ libqmi
+
+ /usr/lib
+ /usr/share/man
+ /usr/bin
+ /usr/share/gtk-doc
+ /usr/share/doc/libqmi/
+
+
+
+
+ libqmi-devel
+ Development files for libqmi
+
+ libqmi
+
+
+ /usr/include
+ /usr/lib/pkgconfig/qmi-glib.pc
+
+
+
+
+
+ 2014-01-19
+ 1.8.0
+ First Release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/library/libqmi/translations.xml b/network/library/libqmi/translations.xml
new file mode 100755
index 0000000000..570a5efa31
--- /dev/null
+++ b/network/library/libqmi/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libqmi
+ QMI modem protocol helper library
+ libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
+
+
+
+ libqmi-devel
+ Development files for libqmi
+
+
\ No newline at end of file