################################################################################ # Last Update Updated By Reason for Change #=============================================================================== # 28-Feb-2005 Marco Mambelli/UoC Initial Version ################################################################################ # # Capone + PXE boundle - Version 1.2.1 # description('Capone and PXE') url('http://grid.uchicago.edu/capone/') ##Dependencies #'Capone-only' same version #'PXE' setenvTemp('PACMAN_INSTDIR_C','.') #Capone from the same cache cd('$PACMAN_INSTDIR_C') #package('GCL:Capone-only | version("1.2.1")') package('Capone-only | versionGE("1.2.1")') #package PXE from the same cache cd('$PACMAN_INSTDIR_C') package('PXE')