#! /bin/bash # ristretto 0.10.0 # source: http://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2 ./configure --prefix=/usr \ $BUILDTRUPLE && read -p "Compile? " && make -j2 && read -p "Install? " && sudo -S porg -lD "make install"