source: CMT/v1r18p20050901/mgr/CMT.pacman

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

cmt cvs operations - See CL 272

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