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-11-04 01:26:23 +00:00
|
|
|
#
|
2008-10-13 05:32:05 +00:00
|
|
|
# Global directory where the xbps distribution files are stored.
|
2008-11-04 01:26:23 +00:00
|
|
|
# Templates, patches and helper files should all be in that directory.
|
2008-09-30 20:48:52 +00:00
|
|
|
#
|
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-12-13 06:04:53 +00:00
|
|
|
# Destination directory: this is where all package files will be
|
|
|
|
# installed.
|
2008-09-26 19:59:07 +00:00
|
|
|
#
|
2008-11-25 14:53:07 +00:00
|
|
|
XBPS_DESTDIR=$XBPS_DISTRIBUTIONDIR/destdir
|
2008-09-26 19:59:07 +00:00
|
|
|
|
2008-12-13 06:04:53 +00:00
|
|
|
#
|
|
|
|
# Binary packages directory: this is where the binary packages will
|
|
|
|
# be created to.
|
|
|
|
#
|
|
|
|
XBPS_PACKAGESDIR=$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
|
2008-11-03 06:12:53 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Cross compilation stuff.
|
|
|
|
#
|
|
|
|
#XBPS_CROSS_TARGET=i686-pc-linux-gnu
|
|
|
|
#XBPS_CROSS_DIR=/storage/mktoolchain/$XBPS_CROSS_TARGET
|