Difference between revisions of "PKGBUILD/ru"

Created page with "=== arch === Массив архитектур, на которых, как известно, собирается и работает файл {{ic|PKGBUILD}}. В насто..."
(Created page with "{{Note|Не следуйте этому правилу бездумно при отправке пакетов в AUR. Если название пакета по каки...")
Tags: Mobile web edit Mobile edit
(Created page with "=== arch === Массив архитектур, на которых, как известно, собирается и работает файл {{ic|PKGBUILD}}. В насто...")
Tags: Mobile web edit Mobile edit
Line 35: Line 35:


=== arch ===
=== arch ===
An array of architectures that the {{ic|PKGBUILD}} file is known to build and work on. Currently, it should contain {{ic|i686}} and/or {{ic|x86_64}}, {{ic|1=arch=('i686' 'x86_64')}}. The value {{ic|any}} can also be used for architecture-independent packages.
Массив архитектур, на которых, как известно, собирается и работает файл {{ic|PKGBUILD}}. В настоящее время он должен содержать {{ic|i686}} и/или {{ic|x86_64}}, {{ic|1=arch=('i686' 'x86_64')}}. Значение {{ic|any}} также может быть использовано для независимых от архитектуры пакетов.


You can access the target architecture with the variable {{ic|$CARCH}} during a build, and even when defining variables. See also [https://bugs.archlinux.org/task/16352 FS16352]. Example:
You can access the target architecture with the variable {{ic|$CARCH}} during a build, and even when defining variables. See also [https://bugs.archlinux.org/task/16352 FS16352]. Example:
translator
10,756

edits