Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=d32c0ebe88a286c8a70439157fd1984e0a095961
commit d32c0ebe88a286c8a70439157fd1984e0a095961 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 19 15:00:18 2007 +0100 makepkg manpage: document -a, -A, -G and --gzip options diff --git a/doc/makepkg.txt b/doc/makepkg.txt index 88a0ee1..8816ea6 100644 --- a/doc/makepkg.txt +++ b/doc/makepkg.txt @@ -10,20 +10,26 @@ makepkg [options] == DESCRIPTION -makepkg will build packages for you. All it needs is a build-capable Linux -platform, wget, and some build scripts. The advantage to a script-based build +`makepkg` will build packages for you. All it needs is a build-capable Linux +platform, `wget`, and some build scripts. The advantage to a script-based build is that you only really do the work once. Once you have the build script for a -package, you just need to run makepkg and it will do the rest: download and +package, you just need to run `makepkg` and it will do the rest: download and validate source files, check dependencies, configure the build-time settings, build the package, install the package into a temporary root, make customizations, generate meta-info, and package the whole thing up for -pacman-g2 to use. +`pacman-g2` to use. -makeworld can be used to rebuild an entire package group or the entire build -tree. See makeworld --help for syntax. +`makeworld` can be used to rebuild an entire package group or the entire build +tree. See `makeworld --help` for syntax. == OPTIONS +-a, --searchdeps:: + Try to guess the correct value of the depends() array. + +-A <url>:: + rsync cache url to use before downloading anything. + -b, --builddeps:: Build missing dependencies from source. When makepkg finds missing build-time or run-time dependencies, it will look for the dependencies' FrugalBuild @@ -64,6 +70,10 @@ tree. See makeworld --help for syntax. Download all source files (if required) and use sha1sum to generate sha1 hashes for each of them. +-G, --wrtsha1:: + Same as `-g`, but replace the contents of the sha1sums() array in the FrugalBuild + with the result. + -h, --help:: Output syntax and commandline options. @@ -125,6 +135,9 @@ tree. See makeworld --help for syntax. Write the resulting package file to the directory <destdir> instead of the current working directory. +--gzip:: + Use gzip compression for a package instead of bzip2. + --noconfirm:: When calling pacman-g2 to resolve dependencies or conflicts, makepkg can pass the --noconfirm option to it so it does not wait for any user input before _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
