diff --git a/desktop/lxqt/libsysstat/actions.py b/desktop/lxqt/libsysstat/actions.py
new file mode 100644
index 0000000000..2ab6145004
--- /dev/null
+++ b/desktop/lxqt/libsysstat/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 cmaketools
+from pisi.actionsapi import get
+from pisi.actionsapi import shelltools
+
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib\
+ --DPULL_TRANSLATIONS=no", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/desktop/lxqt/libsysstat/pspec.xml b/desktop/lxqt/libsysstat/pspec.xml
new file mode 100644
index 0000000000..f20f10d4aa
--- /dev/null
+++ b/desktop/lxqt/libsysstat/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+ libsysstat
+ http://www.lxqt.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ library
+ lxqt
+ Library used to query system info and statistics
+ Library to query system statistics (net, resource usage, ...)
+ https://github.com/lxde/libsysstat/releases/download/0.4.0/libsysstat-0.4.0.tar.xz
+
+ cmake
+ libgcc
+ qt5-base-devel
+ qt5-linguist
+ lxqt-build-tools
+
+
+
+ libsysstat
+ Development headers for lxqt-globalkeys
+
+ libgcc
+ qt5-base
+
+
+ /usr/lib
+ /usr/share/
+
+
+
+ libsysstat-devel
+ Development headers for libsysstat
+
+ libsysstat
+ qt5-base-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-04-23
+ 0.4.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/libsysstat/translations.xml b/desktop/lxqt/libsysstat/translations.xml
new file mode 100644
index 0000000000..d5dbebe460
--- /dev/null
+++ b/desktop/lxqt/libsysstat/translations.xml
@@ -0,0 +1,10 @@
+
+
+ libsysstat
+ Sistem bilgisi ve istatistik sorgulamak için kullanılan kütüphane.
+ Sistem bilgisi ve istatistik sorgulamak için kullanılan temel kitaplıklar içerir.
+
+
+ libsysstat-devel
+
+