# Note: depends on URI
# Note: depends on libxfce4util
# Note: depends on gtk+
# Note: depends on libxfce4ui
wget -c http://archive.xfce.org/src/xfce/exo/0.11/exo-0.11.2.tar.bz2
tar -xjf exo-0.11.2.tar.bz2
cd exo-0.11.2
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install