Manjaro Difference between revisions of "PKGBUILD/ru"

Difference between revisions of "PKGBUILD/ru"

From Manjaro
(Created page with "== Смотрите также == *[https://www.archlinux.org/pacman/PKGBUILD.5.html PKGBUILD(5) Manual Page] *[http://ix.io/66p Пример файла PKGBUILD] *[http://ix....")
Tags: Mobile web edit Mobile edit
(Created page with "'''PKGBUILD''' - это файл описания сборки пакетов Manjaro Linux (на самом деле это сценарий shell), используемый...")
Tags: Mobile web edit Mobile edit
Line 1: Line 1:
<languages/>
<languages/>
__TOC__
__TOC__
A '''PKGBUILD''' is an Manjaro Linux package build description file (actually it is a shell script) used when [[Create Manjaro Packages|creating packages]].
'''PKGBUILD''' - это файл описания сборки пакетов Manjaro Linux (на самом деле это сценарий shell), используемый при [[Create Manjaro Packages/ru|создании пакетов]].


Packages in Manjaro Linux are built using the [[makepkg]] utility and information stored in PKGBUILDs. When '''makepkg''' is run, it searches for a {{Ic|PKGBUILD}} in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package file ({{ic|''pkgname''.pkg.tar.xz}}). The resulting package contains binary files and installation instructions, readily installed with [[pacman]].
Packages in Manjaro Linux are built using the [[makepkg]] utility and information stored in PKGBUILDs. When '''makepkg''' is run, it searches for a {{Ic|PKGBUILD}} in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package file ({{ic|''pkgname''.pkg.tar.xz}}). The resulting package contains binary files and installation instructions, readily installed with [[pacman]].
Cookies help us deliver our services. By using our services, you agree to our use of cookies.