Major changes adding new targets and supporting build phases.

New changes include adding the following targets:

	build, configure, extract, fetch and install.

Those targets replace the not very understood old flags. Also
the code has been restructured to really understand what's going
on all the time.

--HG--
extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
This commit is contained in:
Juan RP 2008-10-12 20:05:52 +02:00
parent f0890caaba
commit b53922a2ec
7 changed files with 527 additions and 382 deletions

8
README
View file

@ -65,9 +65,9 @@ To list installed (stowned) packages, use this:
$ pkgfs.sh list
To only extract the distfile, without configuring/building/installing:
To only extract the distfiles, without configuring/building/installing:
$ pkgfs.sh -i install foo
$ pkgfs.sh extract foo
To not remove the build directory after successful installation:
@ -75,11 +75,11 @@ To not remove the build directory after successful installation:
To only fetch the distfile:
$ pkgfs.sh -e install blah
$ pkgfs.sh fetch blah
To only install the package, _without_ stowning it into the master directory:
$ pkgfs.sh -i install blob
$ pkgfs.sh install-destdir blob
That's all for now folks. I hope you find it useful, as I do.