I don't think there is using crontab alone. Try using some sanity checking/logic in your script. You could do something like have a file with a 1 or a 0 in it and have the script run every sunday, if it's a "1" it runs the process and changes it to "0", if it's a "0" it doesn't run the process but changes the value to "1". Something like that should work.
HTH
Brian