larb0b / irixports

Simple ports system for IRIX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irixports

Simple ports system for IRIX that's designed to be able to run on a fresh install.

Bootstrapping

If you've never used irixports on the system, run bootstrap.sh as root to bootstrap some necessary tools.

Installing a port

Run the script inside of the port's folder!

Arguments

You can run the steps of port scripts one at a time:
fetch, configure, build, install.

The port scripts have cleaning functionality:
clean, clean_dist, clean_all.

There is also early support for uninstalling:
uninstall.

Local config

You can create a file in the top level directory called config.sh. This can change some default variables, such as $prefix, without getting in the way of keeping up with upstream.

About

Simple ports system for IRIX.

License:MIT License


Languages

Language:Shell 92.9%Language:Perl 7.1%