#!/bin/bash
cd "$SOURCE_DIRECTORY" &&
./configure --prefix=/usr &&
make -j"$MAKE_JOBS" &&
make install
