#from http://svn.apache.org/repos/asf/subversion/trunk/INSTALL #this imports variables here PackageSetup() if(WIN32) #### here we download the binary package, ase md5deep does not currently support building under windows..... sic message(FATAL_ERROR "package ${PACKAGE} not currently available for windows") else() #configure based install like ./configure --prefix=/$HOME/subversion # ExternalProject_Add( # ${PACKAGE} # ${Package_std_dirs} # URL http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz # MD5: bb0fe4ccfdd4645ea4581933c6a666b3 # CONFIGURE_COMMAND /configure --srcdir= # --prefix= --with-apr= --with-apr-util= # --with-sqlite= --with-apxs=/bin/apxs # ) set(Package_configure_flags --with-apr= --with-apr-util= --with-sqlite= --with-apxs=/bin/apxs ) set(Package_source_setup URL http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz URL_MD5 ead9183361819deab9127a224e5ebca0 ) PackageUnixConfigureAdd() endif()