1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

Fix manpage wrap not at 80 characters

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-12-13 22:35:24 -06:00
parent 8f18798d10
commit c5f6995aeb

View File

@ -269,16 +269,17 @@ will be run as the user calling makepkg.
Package Splitting Package Splitting
----------------- -----------------
makepkg supports building multiple packages from a single PKGBUILD. This is achieved makepkg supports building multiple packages from a single PKGBUILD. This is
by assigning an array of package names to the `pkgname` directive. Each split package achieved by assigning an array of package names to the `pkgname` directive.
uses a corresponding packaging function with name `package_foo()`, where `foo` is the Each split package uses a corresponding packaging function with name
name of the split package. `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 All options and directives for the split packages default to the global values
within the PKGBUILD. However, some of these can be overridden within each split given within the PKGBUILD. However, some of these can be overridden within each
package's packaging function. The following variables can be overridden: `pkgver`, split package's packaging function. The following variables can be overridden:
`pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`, `optdepends`, `pkgver`, `pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`,
`provides`, `conflicts`, `replaces`, `backup`, `options`, `install` and `changelog`. `optdepends`, `provides`, `conflicts`, `replaces`, `backup`, `options`,
`install` and `changelog`.
An optional global directive is available when building a split package: An optional global directive is available when building a split package: