2008-09-26 21:59:07 +02:00
|
|
|
#
|
|
|
|
# Configuration file for pkgfs.
|
|
|
|
#
|
|
|
|
|
2008-09-30 22:48:52 +02:00
|
|
|
# Global directory where the pkgfs distribution files are stored.
|
|
|
|
# Templates, patches, helpers and dependency files should all be
|
|
|
|
# in that directory.
|
|
|
|
#
|
|
|
|
PKGFS_DISTRIBUTIONDIR=$HOME/pkgfs
|
|
|
|
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-10-03 15:41:26 +02:00
|
|
|
# Master directory: this is where all symlinks will be
|
2008-09-27 03:47:22 +02:00
|
|
|
# created pointing at packages installed in PKGFS_DESTDIR.
|
|
|
|
#
|
2008-09-30 22:48:52 +02:00
|
|
|
PKGFS_MASTERDIR=$PKGFS_DISTRIBUTIONDIR/depot
|
2008-09-27 03:47:22 +02:00
|
|
|
|
2008-09-29 17:01:12 +02:00
|
|
|
#
|
2008-10-03 15:41:26 +02:00
|
|
|
# Destination directory: this is where all packages will be installed.
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-09-30 22:48:52 +02:00
|
|
|
PKGFS_DESTDIR=$PKGFS_DISTRIBUTIONDIR/packages
|
2008-09-26 21:59:07 +02:00
|
|
|
|
|
|
|
#
|
2008-10-03 15:41:26 +02:00
|
|
|
# Directory where source files will be extracted to.
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-09-30 22:48:52 +02:00
|
|
|
PKGFS_BUILDDIR=$PKGFS_DISTRIBUTIONDIR/builddir
|
2008-09-26 21:59:07 +02:00
|
|
|
|
2008-09-29 17:01:12 +02:00
|
|
|
#
|
2008-10-03 15:41:26 +02:00
|
|
|
# Directory where source distribution files are stored.
|
2008-09-29 17:01:12 +02:00
|
|
|
#
|
2008-09-30 22:48:52 +02:00
|
|
|
PKGFS_SRCDISTDIR=$PKGFS_DISTRIBUTIONDIR/srcdistdir
|
2008-09-29 17:01:12 +02:00
|
|
|
|
2008-10-03 15:41:26 +02:00
|
|
|
#
|
|
|
|
# Directory where configuration files installed by packages will
|
|
|
|
# be installed. Please note that files on this directory won't be
|
|
|
|
# removed if a package is unstowned.
|
|
|
|
#
|
|
|
|
# BEWARE: the package itself may overwrite them in some cases!
|
|
|
|
#
|
|
|
|
PKGFS_SYSCONFDIR=$PKGFS_MASTERDIR/etc
|
|
|
|
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-09-28 07:10:47 +02:00
|
|
|
# Path to the xstow program.
|
|
|
|
#
|
|
|
|
PKGFS_XSTOW_CMD=$PKGFS_MASTERDIR/bin/xstow
|
|
|
|
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-09-28 07:10:47 +02:00
|
|
|
# Compilation flags for cc and c++.
|
|
|
|
#
|
|
|
|
PKGFS_CFLAGS="-O2 -pipe"
|
|
|
|
PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
|
2008-10-07 00:10:13 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Number of jobs when running GNU or BSD make style packages.
|
|
|
|
#
|
|
|
|
#PKGFS_MAKEJOBS=4
|