From patchwork Tue Jan 29 10:04:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Docu: Add LIBFOO_EXTRACT_CMDS Date: Tue, 29 Jan 2013 00:04:50 -0000 From: Stephan Hoffmann X-Patchwork-Id: 216485 Message-Id: <1359453890-23460-1-git-send-email-sho@relinux.de> To: buildroot@uclibc.org Signed-off-by: Stephan Hoffmann Acked-by: Arnout Vandecappelle (Essensium/Mind) --- docs/manual/adding-packages-generic.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 7b8561a..53c8c21 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -288,6 +288,9 @@ LIBFOO_VERSION = 2.32 Now, the variables that define what should be performed at the different steps of the build process. +* +LIBFOO_EXTRACT_CMDS+ lists the actions to be performed to + extract the package in case no standard method applies + * +LIBFOO_CONFIGURE_CMDS+ lists the actions to be performed to configure the package before its compilation.