summaryrefslogtreecommitdiff
path: root/config_gnu+linux
diff options
context:
space:
mode:
Diffstat (limited to 'config_gnu+linux')
-rw-r--r--config_gnu+linux12
1 files changed, 11 insertions, 1 deletions
diff --git a/config_gnu+linux b/config_gnu+linux
index 479061c..c34b9a6 100644
--- a/config_gnu+linux
+++ b/config_gnu+linux
@@ -1,9 +1,12 @@
#!/hint/bash
+. ./config
+
# Parabola GNU/Linux-libre configuration without any distribution derivation
+DERIVATION='false'
# Archictectures
-ARCHES=('i686' 'x86_64')
+ARCHES=('i686' 'x86_64' 'mips64el')
# Multilib Support
MULTILIB=('x86_64')
@@ -33,3 +36,10 @@ PKG_POOL='gnu+linux'
# Directories where sources are stored
SRC_POOL='gnu+linux'
+
+# Build System and Repository scripts
+BS_MAIN_NAME='pbs_gnu+linux'
+BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}"
+BS_GIT="${GIT_BASE}/${BS_MAIN_NAME}/pmr.git"
+# BS_GIT='http://projects.parabola.gnu/${BS_MAIN_NAME}/pmr.git'
+BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"