> This adds a first version of a functional vim-build-system. Thank you. Sorry for the delay. I just went through this but found a couple of defects. I fixed the regular expressions in %default-exclude, removed unused module imports, and fixed minor indentation problems, but then I noticed a few more fundamental problems. * %default-exclude is not used. The “install” phase unconditionally installs everything * The build system does not support an #:exclude argument that would allow a user to override the behaviour. (Compare this to the ant-build-system, which supports excluding tests, for example.) * The build system allows users to specify a test-target and disable tests (they default to #t), but there is no check phase anyway. It also supports configure-flags, but it would not use them. Attached is the patch with my minor changes. Could you please send an updated patch where these problems are addressed? Thanks! -- Ricardo