# Note: depends on pkg-config
# Note: depends on glib
# Note: depends on libxml2
wget -c http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/libcroco-0.6.13.tar.xz
tar -xJf libcroco-0.6.13.tar.xz
cd libcroco-0.6.13
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install