sourceinstall - install from a source tarball
sourceinstall tarball [-b bootstrap] [-f flags] [-p prefix] [-d destdir] [-i install] [-c command] [-h]
Sourceinstall automates the fetch, extract, install cycle frequently encountered when working with source archives. Options are provided for adding a bootstrap command, customizing the ./configure command, or customising the destination directory. The -c option bypasses the standard bootstrap, ./configure, make, make install process entirely and runs command instead.
Options may be set multiple times. In all cases, the last one wins.
-b bootstrap./configure, make, make install. This command is run from the root of the extracted tarball.-f flags./configure.-p prefix./configure. Shortcut to the --prefix flag which will override any --prefix set in flags.-d destdirmake install as DESTDIR.-i installinstall.-c command./configure, make, make install. This command is run from the root of the extracted tarball.-hRichard Crowley r@rcrowley.org
Part of debra(1).