name = 'voms_client_1.1.16' description = 'Authorization System for Virtual Organizations (Client)' url = 'http://grid-auth.infn.it/' source = 'http://computing.fnal.gov/cms/software/DPE-download/sources' download = {'linux':'voms_client.tgz'} #depends = ['DPE-client-2.0'] install = {'root':['if [ ! -d /opt/edg ] ; then \ mkdir -p /opt/edg ; \ cp -dpR bin /opt/edg ; \ cp -dpR etc /opt/edg ; \ else \ echo "Would you like to install voms_client to /opt/edg (y/n) ?" ; \ read ans ; \ if [ "$ans" = "y" -o "$ans" = "Y" ] ; then \ cp -dpR bin /opt/edg ; \ cp -dpR etc /opt/edg ; \ fi ; \ fi' ] }