# prepare configure for cross-compilation sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD # no unit testing (using C 'check') sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD