# # version ('1.23') url ('http://osg.ivdgl.org/') platformGE('*') downloadUntarzip('http://hep.uchicago.edu/ivdgl/tarballs/srmclient-1.23.tar.gz', 'SRM_INST') cd ('$SRM_INST') shell ('./install-srm.sh') setenv('SRM_CONFIG', '$VDT_LOCATION/srmclient/etc/config.xml') path('sbin') path('bin') cd() shell ('if test `id -u`=0; then chown -R `id -u`:`id -u` srmclient/; fi')