From 53c2aa8e382dd50d09b385285bc3fa0b645ace0a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Aug 2016 17:37:29 +0300 Subject: Support system packages --- bpkg/pkg-configure.cli | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'bpkg/pkg-configure.cli') diff --git a/bpkg/pkg-configure.cli b/bpkg/pkg-configure.cli index 274a3c3..c5fa586 100644 --- a/bpkg/pkg-configure.cli +++ b/bpkg/pkg-configure.cli @@ -11,7 +11,7 @@ include ; namespace bpkg { { - " ", + " ", "\h|SYNOPSIS| @@ -19,11 +19,19 @@ namespace bpkg \h|DESCRIPTION| - The \cb{pkg-configure} command configures the previously unpacked - (\l{bpkg-pkg-unpack(1)}) package. The package inherits the common - \cb{build2} configuration values that were specified when creating the - configuration (\l{bpkg-cfg-create(1)}). Additional, package-specific - configuration variables can be specified after the package name." + The \cb{pkg-configure} command configures either the previously unpacked + (\l{bpkg-pkg-unpack(1)}) source code package or a package that is present + in the system. + + A source code package inherits the common \cb{build2} configuration + values that were specified when creating the configuration + (\l{bpkg-cfg-create(1)}). Additional, package-specific configuration + variables can be specified after the package name. + + A system package is specified using the \c{\b{sys:}[/]} + syntax. If the package version () is not specified, then it is + considered to be unknown but satisfying any dependency constraint. Such a + version is displayed as \cb{*}." } class pkg_configure_options: configuration_options -- cgit v1.1