pacman/doc
Dave Reisner 2b556d89de PKGBUILD: handle arch specific attributes
This introduces support for architecture-specific conflicts, depends,
optdepends, makedepends, replaces, and conflicts by appending "_$CARCH"
to the array name. For example, in the global section:

  arch=('i686' 'x86_64')
  depends=('foo')
  depends_x86_64=('bar')

This will generate depends of 'foo' and 'bar' on x86_64, but only 'foo'
on i686. Moreover, this is supported in the package functions with the
same heuristics as the generic names, e.g.

  ...
  arch=('i686' 'x86_64')
  depends=('foo')
  ...

  package_somepkg() {
    depends_x86_64=('bar')

    ...
  }

Again, will cause x86_64 to have depends of 'foo' and 'bar', but only
'foo' for i686.
2014-08-08 13:44:25 +10:00
..
.gitignore Add makepkg-template 2013-05-29 14:17:21 +10:00
Doxyfile Update Doxyfile 2013-01-03 12:03:10 +10:00
Makefile.am remove --destination-dir argument from a2x options 2014-08-08 13:35:41 +10:00
PKGBUILD-example.txt Update example PKGBUILD 2013-05-29 14:08:03 +10:00
PKGBUILD.5.txt PKGBUILD: handle arch specific attributes 2014-08-08 13:44:25 +10:00
asciidoc-override.css doc: update .gitignore, add CSS override for new tables usage 2011-10-13 14:53:52 -05:00
asciidoc.conf doc: add a few more escapes and fix usage of {} 2011-06-01 11:46:13 -05:00
footer.txt Add Andrew to maintainers list. 2014-08-04 16:18:18 +10:00
index.txt Update copyright years for 2014 2014-01-06 14:38:50 +10:00
libalpm.3.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
makepkg-template.1.txt Add makepkg-template 2013-05-29 14:17:21 +10:00
makepkg.8.txt makepkg: skip dependency checking with --verifysource 2014-08-04 14:23:58 +10:00
makepkg.conf.5.txt makepkg: ensure vcs download tool are installed when required 2014-08-04 14:23:56 +10:00
pacman-key.8.txt doc: Fix pacman-key title formatting 2013-03-14 11:47:12 +10:00
pacman.8.txt imply --print from --print-format 2013-10-14 13:01:15 +10:00
pacman.conf.5.txt note that TotalDownload and XferCommand are incompatible. 2014-03-08 17:29:56 +10:00
pactree.8.txt pactree: autodetect and use unicode line drawing characters 2012-11-27 15:16:15 +10:00
pkgdelta.8.txt pkgdelta: use human_to_size to parse --min-pkg-size 2012-06-25 23:39:28 -05:00
repo-add.8.txt repo-add.8: Provide example usage 2013-10-31 16:20:02 +10:00
submitting-patches.txt submitting-patches: address common mistakes 2013-10-14 13:01:15 +10:00
translation-help.txt Update documentation to use https links for sites that support it 2013-03-15 13:21:32 +10:00
vercmp.8.txt doc/vercmp: add note about pkgrel handling 2012-01-12 17:30:08 -06:00