From 692ea72822e6cf11930fc8f85afd23c1b65f1e8e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 30 Jul 2008 21:53:02 -0500 Subject: makepkg: Clarify usage instructions for --allsource/--source Signed-off-by: Dan McGee --- doc/makepkg.8.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/makepkg.8.txt') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 068cbcb5..b6d9373a 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -128,10 +128,18 @@ Options dependencies are not found, pacman will try to resolve them. If successful, the missing packages will be downloaded and installed. +*\--allsource*:: + Do not actually build the package, but build a source-only tarball that + includes all sources, including those that are normally download via + makepkg. This is useful for passing a single tarball to another program + such as a chroot or remote builder. It will also satisfy requirements of + the GPL when distributing binary packages. + *\--source*:: - Do not actually build the package, but build a source-only tarball. This - is useful for passing a single tarball to another program such as a - chroot, remote builder, or an AUR upload. + Do not actually build the package, but build a source-only tarball that + does not include sources that can be fetched via a download URL. This is + useful for passing a single tarball to another program such as a chroot, + remote builder, or a tarball upload. *\--noconfirm*:: (Passed to pacman) Prevent pacman from waiting for user input before -- cgit v1.2.3-24-g4f1b