subversion: install svnmucc and other svn tools

Some useful tools can be installed through 'make install-tools'. Among
them, the following five binaries have filenames with the prefix 'svn',
and won't conflict with binaries form other packages. So it's safe to
install these tools by default.

 * svn-populate-node-origins-index
 * svn-rep-sharing-stats
 * svnauthz-validate
 * svnmucc
 * svnraisetreeconflict

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
This commit is contained in:
Jiang Xin 2013-04-10 17:26:08 +08:00 committed by Adam Vandenberg
parent 9ec8e0eb3c
commit e93d0df41b

View file

@ -108,6 +108,18 @@ class Subversion < Formula
system "make install"
bash_completion.install 'tools/client-side/bash_completion' => 'subversion'
system "make tools"
system "make install-tools"
%w[
svn-populate-node-origins-index
svn-rep-sharing-stats
svnauthz-validate
svnmucc
svnraisetreeconflict
].each do |prog|
bin.install_symlink bin/"svn-tools"/prog
end
python do
system "make swig-py"
system "make install-swig-py"