source: CMT/v1r14p20031120/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: 916 bytes
Line 
1#
2#   CMT installation and setup.
3#
4#      (from Saul Youssef himself)
5#
6description  = 'CMT <version>'
7url          = 'http://www.cmtsite.org'
8
9download     = {'unix':'CMT<version>.tar.gz'}
10source       = 'http://www.cmtsite.org/<version>/'
11
12inpath       = ['gcc','make']
13
14#paths        = [['PATH','$PACMAN_INSTALLATION/CMT/<version>/mgr']]
15enviros      = [['CMTROOT',''],['CMTCONFIG','i386_linux24'],['CMTBIN','Linux'],['CLASSPATH','java']]
16localdoc     = 'doc/CMT.htm'
17#
18#   This turns off using the root directory extracted from tar.
19#
20usePackageRoot = 0
21#
22#   ...so I cd from the installation area by hand before each shell command.
23#
24install      = { '*': ['cd CMT/<version>/mgr; ./INSTALL'] }
25setup         = ["source ${PACMAN_INSTALLATION}/CMT/<version>/mgr/setup.SHELL"]
26#
27#  since usePackageRoot=0, I have to clean up by hand
28#
29uninstall    = ['rm -r -f CMT CMT<version>.tar']
Note: See TracBrowser for help on using the repository browser.