void-packages/pkgfs.conf
Juan RP df02cbad60 Fix PKGFS_CXXFLAGS in configuration file.
--HG--
extra : convert_revision : b43b68397c17b1c97e0ce24aaa9d4d41122cd14f
2008-09-26 22:29:43 +02:00

30 lines
457 B
Plaintext

#
# 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"
PKGFS_CXXFLAGS="$PKGFS_CFLAGS"
#
# END
#