index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-23 16:34:42 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-25 18:23:05 -0500 |
commit | d6f62ba22d5c6da484f4a7f0876b203ad545342a (patch) | |
tree | cd86d18043bbf03bdd26b1b1dad1fed3e8b666b7 /doc/makepkg.conf.5.txt | |
parent | 24d7c6a372ee9e796b4112f6dbff5f188fc80d35 (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 13 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 8b39c467..b5398af7 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 |