source: CMT/v1r19/mgr/CMT.pacman

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

Fixes for spaces in paths see CL#284

  • Property svn:eol-style set to native
File size: 971 bytes
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
7description ('CMT <version>')
8packageName ('CMT')
9version ('<version>')
10
11pacmanVersionGE('3.13')
12
13{
14    platformGE ('Linux') ; downloadUntar ('http://www.cmtsite.org/<version>/CMT<version>Linux-i686.tar.gz', 'CMTBASE')
15  OR
16    platformGE ('Cygwin') ; downloadUntar ('http://www.cmtsite.org/<version>/CMT<version>CYGWIN_NT-5.1-i686', 'CMTBASE')
17  OR
18    downloadUntar ('http://www.cmtsite.org/<version>/CMT<version>.tar.gz', 'CMTBASE')
19}
20
21cd ('$CMTBASE/<version>/mgr')
22shellOutputContains ('./INSTALL', 'CMT installation terminated')
23{
24  shellOutputContains ('. setup.sh; cmt version', '<version>')
25    OR shell ('. setup.sh; gmake')
26}
27shellOutputContains ('. setup.sh; cmt version', '<version>')
28cd ()
29
Note: See TracBrowser for help on using the repository browser.