diff --git a/util/misc/tidy/actions.py b/util/misc/tidy/actions.py
new file mode 100644
index 0000000000..da3dcf7c6a
--- /dev/null
+++ b/util/misc/tidy/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/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+#WorkDir = "tidy-%s" % get.srcVERSION().split("_", 1)[1]
+
+def setup():
+ #shelltools.system("sh build/gnuauto/setup.sh")
+ autotools.configure("--disable-static \
+ --includedir=%s/usr/include/tidy " % get.installDIR())
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ #pisitools.dodoc("readme.txt")
diff --git a/util/misc/tidy/pspec.xml b/util/misc/tidy/pspec.xml
new file mode 100644
index 0000000000..0e42e48705
--- /dev/null
+++ b/util/misc/tidy/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ tidy
+ http://tidy.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ HTML and XML error checking
+ tidy, as the name suggests, tidies the layout of and corrects errors in HTML and XML documents.
+ http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tidy-cvs_20101110.tar.bz2
+
+
+
+ tidy
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ tidy-devel
+ Development files for tidy
+
+ tidy
+
+
+ /usr/include
+
+
+
+
+
+ 2012-10-04
+ 20101110
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/util/misc/tidy/translations.xml b/util/misc/tidy/translations.xml
new file mode 100644
index 0000000000..00d27e39e0
--- /dev/null
+++ b/util/misc/tidy/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ tidy
+ HTML ve XML hata denetleme aracı
+ tidy, HTML ve XML belgelerinin düzenini denetleyen ve hatalarını düzelten bir araçtır.
+
+
+
+ tidy-devel
+ tidy için geliştirme dosyaları
+
+