Table of Contents
The Python Package Manager
pbuild - the low-level/developers
front-end.
pbuild [options] source-package action [action...] [env-variable]
pbuild(1)
is the pmgr front-end for the experienced user and
developer. It lets you easily design and test pbuild scripts, see pbuild(5)
for details on writing these. Every action executes certain functions in
a pbuild script.
See pmgr(1)
man page.
See pmgr(1)
man page.
- unpack
- Unpack the source package to the build directory.
- build
- Build
the sources in the build directory.
- install
- Install the built sources to
the sandbox.
- merge
- Merge the installed and built sources from the sandbox
to the root filesystem.
- clean
- Remove the sources of the package from the
build directory.
- shell
- Open an interactive shell session inside the build
directory of the package.
- unmerge
- Remove a merged package from the root
filesystem.
- buildpkg
- Build a binary package from the sandbox.
- help
- Display
a package-specific help/info message.
- stat
- Display a list of merged packages
including their current versions.
pmgr(1)
, pbuild(5)
Probably
many. If you encounter one, please take the time and report it to the pmgr
bug tracker. Just follow the instructions on the webpage.
http://pmgr.sourceforge.net/
Lars Gustaebel (gustaebel@users.sourceforge.net)
Table of Contents