diff --git a/desktop/toolkit/mlk/component.xml b/desktop/toolkit/mlk/component.xml
new file mode 100644
index 0000000000..57db376996
--- /dev/null
+++ b/desktop/toolkit/mlk/component.xml
@@ -0,0 +1,3 @@
+
+ desktop.toolkit.mlk
+
diff --git a/desktop/toolkit/mlk/mlkstyle/actions.py b/desktop/toolkit/mlk/mlkstyle/actions.py
new file mode 100644
index 0000000000..508e9d3253
--- /dev/null
+++ b/desktop/toolkit/mlk/mlkstyle/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import shelltools, autotools, pisitools, get
+
+NoStrip = ["/"]
+shelltools.export("CFLAGS", get.CFLAGS())
+shelltools.export("LDFLAGS", get.LDFLAGS())
+
+def setup():
+ autotools.rawConfigure("--prefix=/usr")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
diff --git a/desktop/toolkit/mlk/mlkstyle/pspec.xml b/desktop/toolkit/mlk/mlkstyle/pspec.xml
new file mode 100644
index 0000000000..5d82cbaf31
--- /dev/null
+++ b/desktop/toolkit/mlk/mlkstyle/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ mlkstyle
+ http://azsky2.html.xdomain.jp/soft/mlkstyle.html
+
+ fury
+ wascheme@tuta.io
+
+ MIT
+ app:gui
+ desktop.toolkit.mlk
+ mlk style editor.
+ mlk widget style editor.
+
+ http://azsky2.html.xdomain.jp/arc/mlkstyle-1.0.3.tar.xz
+
+
+ zlib-devel
+ check-devel
+ libpng-devel
+ libX11-devel
+ libXext-devel
+ freetype-devel
+ fontconfig-devel
+ libXcursor-devel
+
+
+
+
+ mlkstyle
+
+ zlib
+ libpng
+ libX11
+ libXext
+ freetype
+ fontconfig
+ libXcursor
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/doc/mlkstyle
+
+
+
+
+
+ 2021-05-25
+ 1.0.3
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
+