Update README

This commit is contained in:
Kevin Mihelich 2012-05-03 13:34:07 -06:00
parent 6b2f2d92cf
commit 0209329eb2

16
README
View file

@ -16,3 +16,19 @@ packages that are not available in either upstream or AUR.
These packages are meant to be built on Arch Linux ARM, found at
http://archlinuxarm.org
Layout:
core, extra, community: These folders contain packages only found in the
upstream repositories by the same name. Exceptions are packages such as our
kernels or other packages we feel belong within the scope of these repos.
aur: Contains packages that come from only from the AUR.
alarm: Contains packages that are our own, or changed significantly enough
from upstream or AUR to no longer qualify as being in those respective
locations here.
New packages should be placed in the correct locations, with the packages base
folder name reflecting the 'pkgname' for single-package PKGBUILDs, or 'pkgbase'
for multiple-package PKGBUILDs. In the case of non-alarm packages, naming should
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.