The Autopackage API |
Table of Contents / Public library / Build system integration |
$APKG_BUILD_SKIP_CONFIGURE |
$APKG_BUILD_SKIP_MAKE |
prepareBuild | |
unprepareBuild |
prepareBuild |
Syntax: prepareBuild |
Configure and compile the source code, and install files to a temporay build root directory. That build root directory will be compressed by makeinstaller, which will be the main payload for your package. This function can only be used if your project is using the GNU Autoconf/Automake build system. |
Example:[BuildPrepare] prepareBuild # Yes, this is all. |
unprepareBuild |
Syntax: unprepareBuild |
Cleanup the temporary build root direcory made by prepareBuild(). |
Example:[BuildUnprepare] unprepareBuild |