Skip to content

Commit

Permalink
doc/manual.txt: more tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan RP committed Mar 17, 2014
1 parent 7a4af35 commit 1c3b4cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ rather than additional binary package names.
`subpackages`, set to `${XBPS_MASTERDIR}/destdir/${pkgname}-${version}`.

*XBPS_BUILDDIR*::
Directory to store the `source code` of the source package being processed.
Usually this follows the `${pkgname}-${version}` naming. The `wrksrc`
variable has the full path to the package source code directory.
Directory to store the `source code` of the source package being processed,
set to `${XBPS_MASTERDIR}/destdir`. The package `wrksrc` is always stored
in this directory.

*XBPS_MACHINE*::
The machine architecture as returned by `uname -m`.
Expand Down Expand Up @@ -308,7 +308,7 @@ built matching `uname -m` output. Example `only_for_archs="x86_64 armv6l"`
This specifies the `build method` for a package. Read below to know more
about the available package `build methods`. If `build_style` is not set,
the package must define at least a `do_install()` function, and optionally
more build phases as such `do_configure()`, `do_build()`, etc.
more build phases as such `do_configure()`, `do_build()`, etc.

*configure_script*::
The name of the `configure` script to execute at the `configure` phase if
Expand Down Expand Up @@ -596,8 +596,8 @@ libfoo.so.1 foo-1.0_1
- The second field specified the package name and minimal version required.
- A third optional field specifies the architecture (rarely used).
Creating users/groups at runtime
--------------------------------
Creating system accounts/groups at runtime
------------------------------------------

There's a trigger along with some variables that are specifically to create
**system users and groups** when the binary package is being configured.
Expand Down

0 comments on commit 1c3b4cd

Please sign in to comment.