Build functions reference

The following functions, which are all provided by ebuild.sh, are useful during the unpack and compile stages.

unpack archives Unpack the specified archives. econf args Wrapper for ./configure. Passes on all args. Will abort (via die) should configure fail. See for details. emake args Wrapper for make. Passes on all args.
Function Details