#!/bin/bash hvconfig() { cd ${LFS_TMP}/${PACKAGE} pwd ls * ./waf configure \ --prefix=/usr } hvbuild() { ./waf build ./waf install }