How to build:

* Build all packages and install them, skipping already-installed packages:

  # sh PlamoBuild.sh

* Build specific package and install it:

  # sh PlamoBuild.sh category/package

  NOTE: Do removepackage in advance to make sure to install new package.

* If stopped halfway:

  # sh PlamoBuild.sh clean

  NOTE: Rememver to do it after when you quit it by typing Ctrl+C.

* Clean all generated or downloaded files:

  # sh PlamoBuild.sh distclean
