diff options
author | Dan McGee <dan@archlinux.org> | 2008-07-30 21:53:02 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-04 13:02:58 -0500 |
commit | 692ea72822e6cf11930fc8f85afd23c1b65f1e8e (patch) | |
tree | d1ea42e6e87679013c319bf8981af6d5043cd430 /doc/makepkg.8.txt | |
parent | fabf7ad6c4d9e0a45bf0957d93d810a361db7418 (diff) | |
download | pacman-692ea72822e6cf11930fc8f85afd23c1b65f1e8e.tar.xz |
makepkg: Clarify usage instructions for --allsource/--source
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 14 |
1 files changed, 11 insertions, 3 deletions
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 |