#!/bin/bash hvconfig() { cd ${SRC_DIR} ./waf configure \ --prefix=/usr } hvbuild() { ./waf build ./waf install }