summaryrefslogtreecommitdiff
path: root/config_gnu+linux
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 16:01:19 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 16:01:19 -0300
commita6e67e220e638ee69b63dd9a96af7e608c27531c (patch)
tree3a92c55f30a166fc8aeb1d49dc7d25fbedb2453b /config_gnu+linux
parentfbd249636f43493fa97bc8a743cedf6b7502be3a (diff)
add more configuration and update abslibre script
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}"