# Depends on libxfce4util
# Depends on libxfce4ui

# Exit on error:
set -e

wget http://archive.xfce.org/src/apps/ristretto/0.6/ristretto-0.6.3.tar.bz2
tar xf ristretto-0.6.3.tar.bz2
cd ristretto-0.6.3

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
