RELEASE 2.8.0: Custom build commands
Packages can now provide their own build commands in their package.py:
# in package.py
build_command = "make -f {root}/Makefile {install}"
See:
https://github.com/nerdvegas/rez/wiki/Building-Packages#custom-build-commands