* Drop version 2.0.1.
* $manDir was both in primary and secondary arch packages, causing
problems when uninstalling only one of them. Fixed by discarding
$documentationDir for secondary arch.
* Reorder sections for 2.1.0.
* configure.in already has "AC_CONFIG_MACRO_DIR([m4])" so there is
no need to append it in PATCH().
* Drop PATCH() and, instead, use a real patch to create Makefile.am
otherwise /bin/haikuporter complains about untracked files.
* Add $secondaryArchSuffix to cmd:libtoolize in BUILD_PREREQUIRES.
* Add recipe for 2.1.1 with patch for gcc2.
* 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 cmd:xmlwf to provides.
* Fix lib:libexpat versions in provides.
* Move patch commands from BUILD() to PATCH().
* Use runConfigure.
* Use jobArgs.
* Use prepareInstalledDevelLibs.
problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.