* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
* Add soname for libclang and liblto
* Force installation path by setting variables for the makefile
(configure args are accepted, but ignored)
* Several fixes to provides entries.
* clang was using the wrong include directories, patched
to use /boot/system/development vs /boot/development
Upstreamed: llvm.org/show_bug.cgi?id=18595
* Manually copy over the static analysis tools (no automated
installation) and give them what they need to function.
(tested working!)
* clang isn't aware of secondary architecture include
paths at this time.
* TODO: clang seems to install a lot of stuff
where it shouldn't (ignoring manDir, docDir, etc)
* Marking build arch as ? for now until above
is solved