collections.inc: add support for collection archives.
authorChris Larson <clarson@kergoth.com>
Wed, 1 Apr 2009 17:16:58 +0000 (10:16 -0700)
committerChris Larson <clarson@kergoth.com>
Wed, 8 Apr 2009 16:34:52 +0000 (09:34 -0700)
commit7ab3964056729b3f2c97710973759e626c0ba5ae
tree810551df569f7f744da8f719d3bdfdccc52d23d0
parent47ff456098af783a018f85d679881a3d1ba749d4
collections.inc: add support for collection archives.

Adds the ability to specify an archive in COLLECTIONS.  Any archives of a
supported format (default tar.gz/tgz/tar.X, tar.bz2/tbz/tbz2, zip/jar) will be
unpacked into COLLECTIONS_UNPACKDIR and used from there.  The default value of COLLECTIONS_UNPACKDIR is ${TMPDIR}/collections.

Signed-off-by: Chris Larson <clarson@kergoth.com>
conf/collections.inc