EBUILD(1) Portage EBUILD(1)

Portage 2.2 Aug 2008 EBUILD(1), “EBUILD(1) Portage EBUILD(1)”, public translation into Russian from English More about this translation.

See also 141 similar translations

Another translations: into Portugese. Translate into another language.

Participants

GrayFix306 points
alopex_polaris31 points
HolyBoy16 points
And others...
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5

EBUILD(1) Portage EBUILD(1)

EBUILD(1) Portage EBUILD(1)

History of edits (Latest: HolyBoy 2 years, 7 months ago) §

NAME
ebuild - a low level interface to the Portage system

НАЗВАНИЕ
ebuild - низкоуровневый интерфейс к системе Portage

History of edits (Latest: HolyBoy 2 years, 7 months ago) §

SYNOPSIS
ebuild file command [command]...

СИНТАКСИС
ebuild ФАЙЛ КОМАНДА [КОМАНДА]...

History of edits (Latest: Atlant 2 years, 6 months ago) §

— Если дальше переводим название команд, то и здесь надо Atlant

DESCRIPTION
The ebuild program is a direct interface to the Portage system. It allows for direct action upon an ebuild with specific
subcommands or groups of commands to perform in a specific ebuild's context and functions. Accepting an ebuild script
and one or more commands as arguments, the ebuild program parses the ebuild script and executes the specified commands.
Commands exist to fetch sources, unpack sources, compile sources, install object files into a temporary directory
"image", merge the image to the local filesystem, create a bzipped tarball package out of the image, and more.

ОПИСАНИЕ
Программа ebuild является прямым интерфейсом для системы Portage. Она позволяет осуществлять прямые действия над ebuild'ом, с указанными подкомандами или группами команд исполняемых в контексте и функциях ebuild'а. Принимает ebuild-скрипт и одну или несколько команд, программа ebuild проходит по ebuild-скрипту и выполняет указанные команды.
Команды выполняют: получение, распаковку, компиляцию исходных кодов; установку объектных файлов во временный каталог "образ"; слияние образа с локальной файловой системой; создание из образа сжатого пакета (.tar.bz2) и т.д.

History of edits (Latest: GrayFix 2 years, 7 months ago) §

FILE
This must be a valid ebuild script. For further information read ebuild(5).

ФАЙЛ
Должен представлять собой правильный скрипт ebuild. Для дополнительной информации смотреть ebuild(5).

History of edits (Latest: GrayFix 2 years, 7 months ago) §

COMMANDS
By default, portage will execute all the functions in order up to the one actually specified. For example, simply issu‐
ing the command compile will trigger the functions before it to also be run (such as setup and unpack). If you wish to
only have the specified command run, then you should use the noauto option in the FEATURES environment variable. See the
make.conf(5) man page for more information.

help Shows a condensed form of this man page along with a lot of package specific information.

help Показывает в сжатом виде эту страницу man с указанием специализированной информации о пакете.

History of edits (Latest: GrayFix 2 years, 7 months ago) §

setup Runs all package-specific setup actions and exotic system checks.

setup Запускает все указанные в пакете установочные действия, а также экзотические системные проверки.

History of edits (Latest: GrayFix 2 years, 7 months ago) §

clean Cleans the temporary build directory that Portage has created for this particular ebuild file. The temporary
build directory normally contains the extracted source files as well as a possible "install image" (all the files
that will be merged to the local filesystem or stored in a package). The location of the build directory is set
by the BUILD_PREFIX variable. For information on what this variable is, run emerge [-v] info, or to override this
variable, see make.conf(5).

clean Очищает временные каталоги которые Portage создает для указанного файла ebuild. Временные каталоги обычно содержат распакованные файлы с исходными кодами, а также, возможно, "установочный образ" (все файлы которые будут слиты с локальной файловой системой или сохранены в пакете). Расположение временных каталогов задается переменной BUILD_PREFIX. Для получения информации об этой переменной можно запустить команду emerge [-v] info или переопределить переменную (смотреть make.conf(5)).

History of edits (Latest: GrayFix 2 years, 7 months ago) §
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5