# i486-specific if [ "${CARCH}" = "i486" ]; then # no documentation as docbook needs sgml parsers and lots of other stuff makedepends=(${makedepends[@]//docbook-utils/}) eval "$( declare -f build | \ sed ' /make .*doc.*man/d ' )" eval "$( declare -f package | \ sed ' /install.*man8/d ' )" fi