Browse Source

Moved development PKGBUILDs to `package/archlinux`.

They cluttered the root project dir way too much.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
1188e08034
  1. 11
      doc/building.dox
  2. 0
      package/archlinux/PKGBUILD
  3. 0
      package/archlinux/PKGBUILD-emscripten
  4. 0
      package/archlinux/PKGBUILD-es2
  5. 0
      package/archlinux/PKGBUILD-es2desktop
  6. 0
      package/archlinux/PKGBUILD-es3
  7. 0
      package/archlinux/PKGBUILD-gcc46
  8. 0
      package/archlinux/PKGBUILD-gcc47
  9. 0
      package/archlinux/PKGBUILD-mingw32
  10. 0
      package/archlinux/PKGBUILD-nacl-glibc
  11. 0
      package/archlinux/PKGBUILD-nacl-newlib
  12. 0
      package/archlinux/PKGBUILD-release

11
doc/building.dox

@ -253,10 +253,13 @@ Integration with various external math and physics libraries is provided by
In `package/archlinux` directory is currently one PKGBUILD for Git development
build. The package is also in AUR under the same name.
There are also a few development PKGBUILDs in project root, which allow you to
build and install the package directly from source tree without downloading
anything. The native PKGBUILD also contains `check()` function which will run
all unit tests before packaging.
There are also a few development PKGBUILDs in `package/archlinux`, which allow
you to build and install the package directly from source tree without
downloading anything. The native PKGBUILDs also contain `check()` function
which will run all unit tests before packaging. You need to build them from
project root:
makepkg -p package/archlinux/<file>
If you want to build with another compiler (e.g. Clang), run makepkg this way:

0
PKGBUILD → package/archlinux/PKGBUILD

0
PKGBUILD-emscripten → package/archlinux/PKGBUILD-emscripten

0
PKGBUILD-es2 → package/archlinux/PKGBUILD-es2

0
PKGBUILD-es2desktop → package/archlinux/PKGBUILD-es2desktop

0
PKGBUILD-es3 → package/archlinux/PKGBUILD-es3

0
PKGBUILD-gcc46 → package/archlinux/PKGBUILD-gcc46

0
PKGBUILD-gcc47 → package/archlinux/PKGBUILD-gcc47

0
PKGBUILD-mingw32 → package/archlinux/PKGBUILD-mingw32

0
PKGBUILD-nacl-glibc → package/archlinux/PKGBUILD-nacl-glibc

0
PKGBUILD-nacl-newlib → package/archlinux/PKGBUILD-nacl-newlib

0
PKGBUILD-release → package/archlinux/PKGBUILD-release

Loading…
Cancel
Save