Nekodeps.pl Script to automatically generate download & install scripts for Nekoware packages of your choosing. The script ensures that you download both the packages you asked for and all their dependencies, and then runs inst on them. To start using it, simply download nekodeps.pl and run it; it will display usage instructions and you'll be on your way in 30 seconds. But the process is as follows: 1. To initialize directories and default config in the current directory, run: nekodeps.pl --config 2. To install Nekoware wget which is required by the script, (if you're on Irix and don't have it already), run: nekodeps.pl --bootstrap 3. To download new or updated descript.ion file (which contains the list of available packages), run: nekodeps.pl --ion 4. And you're good to go! Run nekodeps.pl -l to see list of available packages, or nekodeps.pl PACKAGE(s) to generate the downloader/installer scripts for your packages. The generated install scripts will be named "install.sh" by default. When you run them, they will download the packages you requested and their dependencies, and then run 'inst' on them. (The specific behavior of everything can be controlled with command line switches (run nekodeps.pl -h) or by editing the config file in conf/nekodeps.conf.) The script also runs on Linux, for package browsing and downloading. You just won't be able to run 'inst' of course, and the use of 'inst' is automatically switched off if the platform is not IRIX. Enjoy! C 2005, 2008, 2014-2016 SPINLOCK Solutions Davor Ocelic, docelic@spinlocksolutions.com SPINLOCK Solutions, http://www.spinlocksolutions.com/ SPINLOCK Techpubs (code, patches, documentation) -- http://techpubs.spinlocksolutions.com/ Nekoware installer, nekodeps.pl -- http://techpubs.spinlocksolutions.com/irix/nekoware-installer/ License: MIT