2008-09-26 19:59:07 +00:00
|
|
|
#
|
|
|
|
# Configuration file for pkgfs.
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Global destination dir: this is where all
|
|
|
|
# packages will be installed.
|
|
|
|
#
|
|
|
|
PKGFS_DESTDIR=$HOME/pkgfs/depot
|
|
|
|
|
|
|
|
#
|
|
|
|
# Global directory where source files will be extracted to.
|
|
|
|
#
|
|
|
|
PKGFS_BUILDDIR=$HOME/pkgfs/builddir
|
|
|
|
|
|
|
|
#
|
|
|
|
# Global directory where the source distfiles are stored.
|
|
|
|
#
|
|
|
|
PKGFS_SRC_DISTDIR=$HOME/pkgfs/distdir
|
|
|
|
|
|
|
|
#
|
|
|
|
# Compilation flags for cc and c++.
|
|
|
|
#
|
|
|
|
PKGFS_CFLAGS="-O2 -pipe"
|
2008-09-26 20:29:43 +00:00
|
|
|
PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
|
2008-09-26 19:59:07 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# END
|
|
|
|
#
|