Move xbps.conf to the new etc dir.
--HG-- extra : convert_revision : 84988fe710423c1610c1a3aa79bd38eee884d4c0
This commit is contained in:
parent
f2a77f5e0e
commit
d7c720ef7d
3 changed files with 3 additions and 2 deletions
54
etc/xbps.conf
Normal file
54
etc/xbps.conf
Normal file
|
@ -0,0 +1,54 @@
|
|||
#
|
||||
# Configuration file for xbps (xtraeme's build package system).
|
||||
#
|
||||
|
||||
#
|
||||
# Global directory where the xbps distribution files are stored.
|
||||
# Templates, patches and helper files should all be in that directory.
|
||||
#
|
||||
XBPS_DISTRIBUTIONDIR=$HOME/xbps
|
||||
|
||||
#
|
||||
# Master directory: this is where all symlinks will be
|
||||
# created pointing at packages installed in XBPS_DESTDIR.
|
||||
#
|
||||
XBPS_MASTERDIR=$XBPS_DISTRIBUTIONDIR/depot
|
||||
|
||||
#
|
||||
# Destination directory: this is where all package files will be
|
||||
# installed.
|
||||
#
|
||||
XBPS_DESTDIR=$XBPS_DISTRIBUTIONDIR/destdir
|
||||
|
||||
#
|
||||
# Binary packages directory: this is where the binary packages will
|
||||
# be created to.
|
||||
#
|
||||
XBPS_PACKAGESDIR=$XBPS_DISTRIBUTIONDIR/packages
|
||||
|
||||
#
|
||||
# Directory where source files will be extracted to.
|
||||
#
|
||||
XBPS_BUILDDIR=$XBPS_DISTRIBUTIONDIR/builddir
|
||||
|
||||
#
|
||||
# Directory where source distribution files are stored.
|
||||
#
|
||||
XBPS_SRCDISTDIR=$XBPS_DISTRIBUTIONDIR/srcdistdir
|
||||
|
||||
#
|
||||
# Compilation flags for cc and c++.
|
||||
#
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
|
||||
#
|
||||
# Number of jobs when running GNU or BSD make style packages.
|
||||
#
|
||||
#XBPS_MAKEJOBS=4
|
||||
|
||||
#
|
||||
# Cross compilation stuff.
|
||||
#
|
||||
#XBPS_CROSS_TARGET=i686-pc-linux-gnu
|
||||
#XBPS_CROSS_DIR=/storage/mktoolchain/$XBPS_CROSS_TARGET
|
Loading…
Add table
Add a link
Reference in a new issue