Update README

This commit is contained in:
Kevin Mihelich 2012-05-23 10:49:10 -06:00
parent cbdff9ded3
commit e65552d73b

11
README
View file

@ -1,4 +1,4 @@
pkgbuilds.git - README - 03/15/2012
pkgbuilds.git - README - 05/23/2012
--------------------------------------------------------------------------------
This git repository hosts PKGBUILDs that have been modified from the upstream
Arch Linux (http://archlinux.org) release in order to build on the ARMv5te and
@ -32,3 +32,12 @@ for multiple-package PKGBUILDs. In the case of non-alarm packages, naming shoul
exactly match the base folder or package name as used upstream or in the AUR,
respectively. This will ensure correct package->version matching in the build
system update routines.
Custom PKGBUILD variables for the build system:
noautobuild - if non-zero, the build system will mark the package as done and
not build it for any architecture.
buildarch - a bitmask of architectures to build the package for. This must be
set to the decimal equivalent of the bitmask (the number in parenthesis).
- 0001 (1) = the default, package will be built for all architectures
- 0010 (2) = the package will be built only for armv5
- 0100 (4) = the package will be built only for armv7