diff --git a/desktop/gnome/base/libcroco/actions.py b/desktop/gnome/base/libcroco/actions.py
new file mode 100644
index 0000000000..234efb50eb
--- /dev/null
+++ b/desktop/gnome/base/libcroco/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/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("test")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
diff --git a/desktop/gnome/base/libcroco/files/multilib.patch b/desktop/gnome/base/libcroco/files/multilib.patch
new file mode 100644
index 0000000000..d6a84ed2a6
--- /dev/null
+++ b/desktop/gnome/base/libcroco/files/multilib.patch
@@ -0,0 +1,41 @@
+--- libcroco-0.6.1/croco-config.in.multilib 2006-03-05 16:57:01.000000000 -0500
++++ libcroco-0.6.1/croco-config.in 2006-05-23 13:54:34.000000000 -0400
+@@ -1,10 +1,11 @@
+ #! /bin/sh
+
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
++name=libcroco-0.6
++prefix=`pkg-config --variable prefix $name`
++exec_prefix=`pkg-config --variable exec_prefix $name`
+ exec_prefix_set=no
+-includedir=@includedir@
+-libdir=@libdir@
++includedir=`pkg-config --variable includedir $name`
++libdir=`pkg-config --variable libdir $name`
+
+ usage()
+ {
+@@ -59,7 +60,7 @@
+ ;;
+
+ --version)
+- echo @VERSION@
++ pkg-config --modversion $name
+ exit 0
+ ;;
+
+@@ -68,11 +69,11 @@
+ ;;
+
+ --cflags)
+- echo @CROCO_CFLAGS@ @GLIB2_CFLAGS@ @LIBXML2_CFLAGS@
++ pkg-config --cflags $name
+ ;;
+
+ --libs)
+- echo @CROCO_LIBS@ @GLIB2_LIBS@ @LIBXML2_LIBS@
++ pkg-config --libs $name
+ ;;
+
+ *)
diff --git a/desktop/gnome/base/libcroco/pspec.xml b/desktop/gnome/base/libcroco/pspec.xml
new file mode 100644
index 0000000000..f8535571b6
--- /dev/null
+++ b/desktop/gnome/base/libcroco/pspec.xml
@@ -0,0 +1,94 @@
+
+
+
+
+ libcroco
+ http://www.freespiders.org/projects/libcroco/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit
+ libcroco is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support.
+ mirrors://gnome/libcroco/0.6/libcroco-0.6.8.tar.xz
+
+ libxml2-devel
+
+
+ multilib.patch
+
+
+
+
+ libcroco
+
+ glib2
+ libxml2
+
+
+ /usr/share
+ /usr/lib
+ /usr/bin
+
+
+
+
+ libcroco-devel
+ Development files for libcroco
+
+ libcroco
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+ /usr/bin/croco-*-config
+
+
+
+
+ libcroco-32bit
+ emul32
+ 32-bit shared libraries for libcroco
+ emul32
+
+ glib2-32bit
+ libxml2-32bit
+
+
+ glib2-32bit
+ glibc-32bit
+ libxml2-32bit
+ libcroco
+
+
+ /usr/lib32
+
+
+
+
+
+ 2014-06-14
+ 0.6.8
+ Release bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-08-26
+ 0.6.8
+ Release bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2010-12-22
+ 0.6.8
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/desktop/gnome/base/libcroco/translations.xml b/desktop/gnome/base/libcroco/translations.xml
new file mode 100644
index 0000000000..cdff74a02d
--- /dev/null
+++ b/desktop/gnome/base/libcroco/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ libcroco
+ CSS ayıklama kitaplığı
+ libcroco GNOME uygulamaları tarafından CSS desteği için kullanılan genel bir CSS ayıklama kitaplığıdır.
+ Boîte à outils générique d'analyse et de manipulation de Cascading Style Sheet (CSS - feuilles de style).
+
+
+
+ libcroco-devel
+ libcroco için geliştirme dosyaları
+
+