#!/bin/bash SRCURL=git://cmake.org/cmake.git ENV_PATH="bin" function package_build { run_switch_branch master run_cmake run_make run_make_install }