Initial import of pkgfs, aka package from sources.
commit5e52738f97edc0ff4a9e5de48a75834bf0916651
authorJuan RP <xtraeme@gmail.com>
Fri, 26 Sep 2008 19:59:07 +0000 (26 21:59 +0200)
committerJuan RP <xtraeme@gmail.com>
Fri, 26 Sep 2008 19:59:07 +0000 (26 21:59 +0200)
tree13ab49250de7d53cf563c18fdc6c37276cdd7d0a
Initial import of pkgfs, aka package from sources.

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.
pkgfs.conf [new file with mode: 0644]
pkgfs.sh [new file with mode: 0755]
templates/glib2-2.18.1.pkgfs.tmpl [new file with mode: 0755]
templates/gmake-3.81.pkgfs.tmpl [new file with mode: 0755]
templates/libtool-2.2.6a.pkgfs.tmpl [new file with mode: 0755]