diff options
author | Dan McGee <dan@archlinux.org> | 2010-12-14 05:35:24 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-14 05:35:24 +0100 |
commit | c5f6995aeb7f0622b63a736208850c9c86f38aad (patch) | |
tree | 04ae7ecf0f769c2aab7a2886ccf95e09880f3907 | |
parent | 8f18798d10ab74c79dce3e0b11b5896104299d73 (diff) | |
download | pacman-c5f6995aeb7f0622b63a736208850c9c86f38aad.tar.gz pacman-c5f6995aeb7f0622b63a736208850c9c86f38aad.tar.xz |
Fix manpage wrap not at 80 characters
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/PKGBUILD.5.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 684800eb..fdb868a9 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -269,16 +269,17 @@ will be run as the user calling makepkg. Package Splitting ----------------- -makepkg supports building multiple packages from a single PKGBUILD. This is achieved -by assigning an array of package names to the `pkgname` directive. Each split package -uses a corresponding packaging function with name `package_foo()`, where `foo` is the -name of the split package. - -All options and directives for the split packages default to the global values given -within the PKGBUILD. However, some of these can be overridden within each split -package's packaging function. The following variables can be overridden: `pkgver`, -`pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`, `optdepends`, -`provides`, `conflicts`, `replaces`, `backup`, `options`, `install` and `changelog`. +makepkg supports building multiple packages from a single PKGBUILD. This is +achieved by assigning an array of package names to the `pkgname` directive. +Each split package uses a corresponding packaging function with name +`package_foo()`, where `foo` is the name of the split package. + +All options and directives for the split packages default to the global values +given within the PKGBUILD. However, some of these can be overridden within each +split package's packaging function. The following variables can be overridden: +`pkgver`, `pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`, +`optdepends`, `provides`, `conflicts`, `replaces`, `backup`, `options`, +`install` and `changelog`. An optional global directive is available when building a split package: |