2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-10-13 07:32:05 +02:00
|
|
|
# Configuration file for xbps (xtraeme's build package system).
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
|
|
|
|
2008-10-13 07:32:05 +02:00
|
|
|
# Global directory where the xbps distribution files are stored.
|
2008-09-30 22:48:52 +02:00
|
|
|
# Templates, patches, helpers and dependency files should all be
|
|
|
|
# in that directory.
|
|
|
|
#
|
2008-10-13 07:32:05 +02:00
|
|
|
XBPS_DISTRIBUTIONDIR=$HOME/xbps
|
2008-09-30 22:48:52 +02:00
|
|
|
|
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-10-13 07:32:05 +02:00
|
|
|
# created pointing at packages installed in XBPS_DESTDIR.
|
2008-09-27 03:47:22 +02:00
|
|
|
#
|
2008-10-13 07:32:05 +02:00
|
|
|
XBPS_MASTERDIR=$XBPS_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-10-13 07:32:05 +02:00
|
|
|
XBPS_DESTDIR=$XBPS_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-10-23 17:14:00 +02:00
|
|
|
XBPS_BUILDDIR=$XBPS_DISTRIBUTIONDIR/srcdistdir
|
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-10-13 07:32:05 +02:00
|
|
|
XBPS_SRCDISTDIR=$XBPS_DISTRIBUTIONDIR/srcdistdir
|
2008-09-29 17:01:12 +02:00
|
|
|
|
2008-09-26 21:59:07 +02:00
|
|
|
#
|
2008-09-28 07:10:47 +02:00
|
|
|
# Compilation flags for cc and c++.
|
|
|
|
#
|
2008-10-13 07:32:05 +02:00
|
|
|
XBPS_CFLAGS="-O2 -pipe"
|
|
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
2008-10-07 00:10:13 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Number of jobs when running GNU or BSD make style packages.
|
|
|
|
#
|
2008-10-13 07:32:05 +02:00
|
|
|
#XBPS_MAKEJOBS=4
|