aboutsummaryrefslogtreecommitdiff
path: root/etc/xbps.conf
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2008-12-21 23:40:36 +0000
committerJuan RP <xtraeme@gmail.com>2008-12-21 23:40:36 +0000
commitd7c720ef7dc5ee23085bdca0e3ba55b46da21853 (patch)
treece6f44f2d963b7a943fc39a615b99502ec740166 /etc/xbps.conf
parentf2a77f5e0e78d56ea338796f224c11db06606472 (diff)
downloadvoid-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar.gz
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar.bz2
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar.lz
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar.xz
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.tar.zst
void-packages-d7c720ef7dc5ee23085bdca0e3ba55b46da21853.zip
Move xbps.conf to the new etc dir.
--HG-- extra : convert_revision : 84988fe710423c1610c1a3aa79bd38eee884d4c0
Diffstat (limited to 'etc/xbps.conf')
-rw-r--r--etc/xbps.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/etc/xbps.conf b/etc/xbps.conf
new file mode 100644
index 00000000000..85843225d4b
--- /dev/null
+++ b/etc/xbps.conf
@@ -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