Difference between revisions of "Makepkg"

m
added languages and translate tags
imported>Dalto
m (Fixed link to git repositories)
m (added languages and translate tags)
Line 1: Line 1:
<languages/>
__TOC__
<translate>
makepkg is used for compiling and building packages suitable for installation with [[pacman]]. makepkg is a script that automates the building of packages. It can download and validate source files, check dependencies, configure build-time settings, compile the sources, install into a temporary root, make customizations, generate meta-info, and package everything together.
makepkg is used for compiling and building packages suitable for installation with [[pacman]]. makepkg is a script that automates the building of packages. It can download and validate source files, check dependencies, configure build-time settings, compile the sources, install into a temporary root, make customizations, generate meta-info, and package everything together.


Line 222: Line 225:
=== Create uncompressed packages ===
=== Create uncompressed packages ===
If you only want to install packages locally, you can speed up the process by avoiding compression and subsequent decompression. In {{ic|makepkg.conf}}, change {{ic|<nowiki>PKGEXT='.pkg.tar.xz'</nowiki>}} to {{ic|<nowiki>PKGEXT='.pkg.tar'</nowiki>}}.
If you only want to install packages locally, you can speed up the process by avoiding compression and subsequent decompression. In {{ic|makepkg.conf}}, change {{ic|<nowiki>PKGEXT='.pkg.tar.xz'</nowiki>}} to {{ic|<nowiki>PKGEXT='.pkg.tar'</nowiki>}}.
</translate>
[[Category:Contents Page{{#translation:}}]]