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. emake args Wrapper for make. Passes on all args. einstall args Wrapper for make install, only to be used if make DESTDIR="${D}" is unsuitable.
Function Details