translator
11,049
edits
(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__ | ||
'''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]]. |