2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
# Configuration file for xbps (xtraeme's build package system).
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
|
|
|
|
2008-10-13 05:32:05 +00:00
|
|
|
# Global directory where the xbps distribution files are stored.
|
2008-09-30 20:48:52 +00:00
|
|
|
# Templates, patches, helpers and dependency files should all be
|
|
|
|
# in that directory.
|
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
XBPS_DISTRIBUTIONDIR=$HOME/xbps
|
2008-09-30 20:48:52 +00:00
|
|
|
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-10-03 13:41:26 +00:00
|
|
|
# Master directory: this is where all symlinks will be
|
2008-10-13 05:32:05 +00:00
|
|
|
# created pointing at packages installed in XBPS_DESTDIR.
|
2008-09-27 01:47:22 +00:00
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
XBPS_MASTERDIR=$XBPS_DISTRIBUTIONDIR/depot
|
2008-09-27 01:47:22 +00:00
|
|
|
|
2008-09-29 15:01:12 +00:00
|
|
|
#
|
2008-10-03 13:41:26 +00:00
|
|
|
# Destination directory: this is where all packages will be installed.
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
XBPS_DESTDIR=$XBPS_DISTRIBUTIONDIR/packages
|
2008-09-26 19:59:07 +00:00
|
|
|
|
|
|
|
#
|
2008-10-03 13:41:26 +00:00
|
|
|
# Directory where source files will be extracted to.
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-10-23 16:20:57 +00:00
|
|
|
XBPS_BUILDDIR=$XBPS_DISTRIBUTIONDIR/builddir
|
2008-09-26 19:59:07 +00:00
|
|
|
|
2008-09-29 15:01:12 +00:00
|
|
|
#
|
2008-10-03 13:41:26 +00:00
|
|
|
# Directory where source distribution files are stored.
|
2008-09-29 15:01:12 +00:00
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
XBPS_SRCDISTDIR=$XBPS_DISTRIBUTIONDIR/srcdistdir
|
2008-09-29 15:01:12 +00:00
|
|
|
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-09-28 05:10:47 +00:00
|
|
|
# Compilation flags for cc and c++.
|
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
XBPS_CFLAGS="-O2 -pipe"
|
|
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
2008-10-06 22:10:13 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Number of jobs when running GNU or BSD make style packages.
|
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
#XBPS_MAKEJOBS=4
|