Table of Contents

Name

The Python Package Manager

Program

pbuild - the low-level/developers front-end.

Synopsis

pbuild [options] source-package action [action...] [env-variable]

Description

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.

Package

See pmgr(1) man page.

Options

See pmgr(1) man page.

Actions

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.

See Also

pmgr(1) , pbuild(5)

Bugs

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.

WWW

http://pmgr.sourceforge.net/

Authors

Lars Gustaebel (gustaebel@users.sourceforge.net)


Table of Contents