source: CMT/v1r16p20040901/mgr/CMT.pacman @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 1.2 KB
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# See the complete license in cmt_license.txt "http://www.cecill.info".
5#-----------------------------------------------------------
6
7#
8#   CMT installation and setup.
9#
10#      (from Saul Youssef himself)
11#
12description  = 'CMT <version>'
13url          = 'http://www.cmtsite.org'
14
15download     = {'unix':'CMT<version>.tar.gz'}
16source       = 'http://www.cmtsite.org/<version>/'
17
18inpath       = ['gcc','make']
19
20#paths        = [['PATH','$PACMAN_INSTALLATION/CMT/<version>/mgr']]
21enviros      = [['CMTROOT',''],['CMTCONFIG','i386_linux24'],['CMTBIN','Linux'],['CLASSPATH','java']]
22localdoc     = 'doc/CMT.htm'
23#
24#   This turns off using the root directory extracted from tar.
25#
26usePackageRoot = 0
27#
28#   ...so I cd from the installation area by hand before each shell command.
29#
30install      = { '*': ['cd CMT/<version>/mgr; ./INSTALL'] }
31setup         = ["source ${PACMAN_INSTALLATION}/CMT/<version>/mgr/setup.SHELL"]
32#
33#  since usePackageRoot=0, I have to clean up by hand
34#
35uninstall    = ['rm -r -f CMT CMT<version>.tar']
Note: See TracBrowser for help on using the repository browser.