# # magda-setup # # # name = 'magda-setup' description = 'Environment setup for Magda' url = 'http://atlassw1.phy.bnl.gov/magda/info' source = 'http://www.usatlas.bnl.gov/computing/software/pacman/PAS-cache/sources/' systems = {'*': ['magda-setup.tar.gz','etc']} depends = [] exists = [] inpath = ['tar','gunzip'] bins = [] paths = [] enviros = [] localdoc = '' daemons = [] install = { 'root': ['mkdir -p /etc/profile.d','cp profile.d/* /etc/profile.d'] } setup = [] demo = ''