* The stow/unstow targets are now working properly, when a package is built
and installed, it will be stowned if the steps were succesful.
* The unstow target allows to remove the symlinks from the master directory.
* When a new package is installed and the xstow binary specified in the config
file is not found, the xstow package will be installed and self stowned.
glib can be installed and stowned properly into the master dir, after fixing
libtool.
--HG--
extra : convert_revision : 7f4012adfb2cdcc926c3e126b1d82d0bb7f9a46a
PKGFS_TEMPLATESDIR specifies where the templates and patches are stored.
PKGFS_XSTOW_CMD specifies the path to the xstow binary, used by pkgfs.
--HG--
extra : convert_revision : e095bef85ffe102484737fa79f704db7c30c891d
It is used as master directory on where all symlinks will be created
pointing at packages installed on PKGFS_DESTDIR. Not used yet, but
will be soon.
--HG--
extra : convert_revision : c45fa6512917016c04f83ca44e0c2b74b0b48915
Added some flags:
-C To clean the builddir after package is built.
-b Only build the package.
Cleaned up variable naming conventions and multiple bugfixes,
among others now the required vars in tmpl files are properly
checked.
--HG--
extra : convert_revision : f0cb010b7308756cd562871b26f2b399d8d85a29
It's a simple wrapper to shell scripts to allow building source
distribution files through an easy cli. For now it's only able
to fetch/build/install a package into a destination directory.
Goal is to be able to have same functionality like GNU's stow.
I added three template files to allow building: glib2, gmake
and libtool.
--HG--
extra : convert_revision : 5e52738f97edc0ff4a9e5de48a75834bf0916651