Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
56b55ecae0
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      package/rene/subversion/subversion.conf

+ 10
- 0
package/rene/subversion/subversion.conf

@ -36,6 +36,16 @@ fi
# use system wide neon
var_append extraconfopt " " "--with-neon=$root/usr"
# build and install perl bindings
svn_inst_pl() {
make swig-pl-lib
cd subversion/bindings/swig/perl
perl Makefile.PL; make all
make -C $OLDPWD install-swig-pl-lib
make install; cd $OLDPWD
}
hook_add postmake 3 "install_init svnserve $confdir/svnserve.init"
hook_add postmake 4 "cp -vrf tools $docdir"
hook_add postmake 5 "svn_inst_pl"

Loading…
Cancel
Save