# Exit on error:
set -e

wget http://softwarebakery.com/maato/files/volumeicon/volumeicon-0.5.1.tar.gz
tar xf volumeicon-0.5.1.tar.gz
cd volumeicon-0.5.1

./configure \
    --prefix=/usr

make
make install

cd ..
exit 0
