# Note: depends on at-spi2-core
# Note: depends on atk
wget -c http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/2.10/at-spi2-atk-2.10.0.tar.xz
tar -xJf at-spi2-atk-2.10.0.tar.xz
cd at-spi2-atk-2.10.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install