#----------------------------------------------------------- # Copyright Christian Arnault LAL-Orsay CNRS # arnault@lal.in2p3.fr # See the complete license in cmt_license.txt "http://www.cecill.info". #----------------------------------------------------------- # # CMT installation and setup. # # (from Saul Youssef himself) # description = 'CMT ' url = 'http://www.cmtsite.org' download = {'unix':'CMT.tar.gz'} source = 'http://www.cmtsite.org//' inpath = ['gcc','make'] #paths = [['PATH','$PACMAN_INSTALLATION/CMT//mgr']] enviros = [['CMTROOT',''],['CMTCONFIG','i386_linux24'],['CMTBIN','Linux'],['CLASSPATH','java']] localdoc = 'doc/CMT.htm' # # This turns off using the root directory extracted from tar. # usePackageRoot = 0 # # ...so I cd from the installation area by hand before each shell command. # install = { '*': ['cd CMT//mgr; ./INSTALL'] } setup = ["source ${PACMAN_INSTALLATION}/CMT//mgr/setup.SHELL"] # # since usePackageRoot=0, I have to clean up by hand # uninstall = ['rm -r -f CMT CMT.tar']