Add PKGFS_TEMPLATESDIR and PKGFS_XSTOW_CMD.
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
This commit is contained in:
parent
3eb2bfea4a
commit
c77eee1ea6
1 changed files with 12 additions and 6 deletions
18
pkgfs.conf
18
pkgfs.conf
|
@ -6,12 +6,12 @@
|
||||||
# Global master directory: this is where all symlinks will be
|
# Global master directory: this is where all symlinks will be
|
||||||
# created pointing at packages installed in PKGFS_DESTDIR.
|
# created pointing at packages installed in PKGFS_DESTDIR.
|
||||||
#
|
#
|
||||||
PKGFS_MASTERDIR=$HOME/pkgfs/depot
|
PKGFS_MASTERDIR=$HOME/pkgfs
|
||||||
|
|
||||||
# Global destination dir: this is where all
|
# Global destination dir: this is where all
|
||||||
# packages will be installed.
|
# packages will be installed.
|
||||||
#
|
#
|
||||||
PKGFS_DESTDIR=$HOME/pkgfs/depot/packages
|
PKGFS_DESTDIR=$HOME/pkgfs/packages
|
||||||
|
|
||||||
#
|
#
|
||||||
# Global directory where source files will be extracted to.
|
# Global directory where source files will be extracted to.
|
||||||
|
@ -23,12 +23,18 @@ PKGFS_BUILDDIR=$HOME/pkgfs/builddir
|
||||||
#
|
#
|
||||||
PKGFS_SRC_DISTDIR=$HOME/pkgfs/distdir
|
PKGFS_SRC_DISTDIR=$HOME/pkgfs/distdir
|
||||||
|
|
||||||
|
#
|
||||||
|
# Global directory where templates and patches are stored.
|
||||||
|
#
|
||||||
|
PKGFS_TEMPLATESDIR=$HOME/pkgfs/templates
|
||||||
|
|
||||||
|
#
|
||||||
|
# Path to the xstow program.
|
||||||
|
#
|
||||||
|
PKGFS_XSTOW_CMD=$PKGFS_MASTERDIR/bin/xstow
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compilation flags for cc and c++.
|
# Compilation flags for cc and c++.
|
||||||
#
|
#
|
||||||
PKGFS_CFLAGS="-O2 -pipe"
|
PKGFS_CFLAGS="-O2 -pipe"
|
||||||
PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
|
PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
|
||||||
|
|
||||||
#
|
|
||||||
# END
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in a new issue