Just a small grumble that may or may not have any resonance with anyone out there.
I am trying to hack the Makefile for php5 package but am finding it impossible to figure out what the hell's going on. The design of the Makefiles seem to have made them as concise as possible, at the expense of completeness - the result seems to be an abstract implementation that's very hard to hack.
For example, how do I specify the CPPFLAGS argument if there are no explicit build commands for the base package? Also, it seems that PKG_CONFIGURE_OPTS is automagically passed to the configure directive - but how is anyone's guess....grrrr.
I guess it's the old discourse between maintainability and automation. Have let off steam now, comments welcome.