# # This fetches and installs mozilla from the official site. # # If you don't choose the default location (/usr/local/mozilla), you must set the path by hand. # # Saul Youssef # description = 'Mozilla web browser' url = 'http://www.mozilla.org' source = 'tarballs' #download = { '*':'mozilla-i686-pc-linux-gnu-1.6-installer.tar.gz' } download = { '*':'nedit-5.1.1-cygwin-x86.tar.gz' } exists = ['/usr/X11R6/lib'] install = {'*' : ['./mozilla-installer',"echo 'If you have not chosen the default location (/usr/local/mozilla), you have to set the $path variable by hand.'"] }