diff options
author | Dan McGee <dan@archlinux.org> | 2008-08-27 03:11:25 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-27 03:11:25 +0200 |
commit | 1c47500ea6d41bf9354155fca2e7c83fca368e1d (patch) | |
tree | 37ae5ea6d92a71aba7dd767b25f3c2fc6eb69a2c /doc/makepkg.conf.5.txt | |
parent | d05882db9e417244fa580c4697b45333faffcc79 (diff) | |
parent | afac773d1936cbd0ea18ea94155f21dcf9411fb7 (diff) | |
download | pacman-1c47500ea6d41bf9354155fca2e7c83fca368e1d.tar.gz pacman-1c47500ea6d41bf9354155fca2e7c83fca368e1d.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r-- | doc/makepkg.conf.5.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index a8190038..ca9df025 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -34,12 +34,13 @@ Options **DLAGENTS=(**\'protocol::/path/to/command [options]' ...**)**:: Sets the download agents used to fetch source files specified with a URL in the linkman:PKGBUILD[5] file. Options can be specified for each command as - well; the download URL is placed on the end of the command. This is more - flexible than the former `FTPAGENT` variable, as any protocol can have a - download agent. Several examples are provided in the default makepkg.conf. - All instances of `%u` will be replaced with the download URL. If present, - instances of `%o` will be replaced with the local filename, plus a ``.part'' - extension, which allows to do file resumes properly. + well, and any protocol can have a download agent. Several examples are provided + in the default makepkg.conf. + + + If present, `%u` will be replaced with the download URL. Otherwise, the + download URL will be placed on the end of the command. If present, `%o` will + be replaced with the local filename, plus a ``.part'' extension, which allows + makepkg to handle resuming file downloads. **CARCH=**"carch":: Specifies your computer architecture; possible values include such things |