diff --git a/desktop/lxqt/libstatgrab/actions.py b/desktop/lxqt/libstatgrab/actions.py
new file mode 100644
index 0000000000..eefcf35116
--- /dev/null
+++ b/desktop/lxqt/libstatgrab/actions.py
@@ -0,0 +1,18 @@
+#!/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("--prefix=/usr")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/desktop/lxqt/libstatgrab/pspec.xml b/desktop/lxqt/libstatgrab/pspec.xml
new file mode 100644
index 0000000000..151fec33f0
--- /dev/null
+++ b/desktop/lxqt/libstatgrab/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+ libstatgrab
+ http://www.i-scream.org/libstatgrab
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ LGPL
+ library
+ lxqt
+ libstatgrab is a library that provides cross platform access to statistics about the system on which it's run.
+ libstatgrab is a library for accessing information from the system for statistical purposes.
+ ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.91.tar.gz
+
+ ncurses-devel
+
+
+
+ libstatgrab
+
+ ncurses
+
+
+ /usr/bin
+ /usr/share/
+ /usr/lib
+ /usr/include
+
+
+
+
+ 2018-04-23
+ 0.91
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/libstatgrab/translations.xml b/desktop/lxqt/libstatgrab/translations.xml
new file mode 100644
index 0000000000..fd379f9389
--- /dev/null
+++ b/desktop/lxqt/libstatgrab/translations.xml
@@ -0,0 +1,7 @@
+
+
+ libstatgrab
+ Çalışan sistem hakkında istatistiklere erişimi sağlayan bir kütüphanedir.
+ libstatgrab, çalışan sistem hakkında istatistiklere erişimi sağlayan kitaplıkları içerir.
+
+
\ No newline at end of file