pacmanVersionGE('3.20') package('http://vdt.cs.wisc.edu/vdt_1101_cache:VDT-Common') { platformGE('*'); { download('http://vdt.cs.wisc.edu/software//glue-schema/1.1/glue-schema-1.1-285.tar.gz') OR fail('Pacman install failed') } OR { fail('No download for your platform') OR fail('Pacman install failed') } } description('GLUE Schema 1.3') url('http://cvs.infn.it/cgi-bin/cvsweb.cgi/datatag-glue/glue-extension/glue-schema/') shell('vdt-begin-install GLUE-Schema') shell('vdt-untar glue-schema-1.1-285.tar.gz') shell('vdt/bin/vdt-version -add GLUE_SCHEMA') shell('vdt-end-install') uninstallShell('vdt/sbin/vdt-uninstall GLUE-Schema') uninstallShell('vdt/bin/vdt-version -remove GLUE_SCHEMA')