summaryrefslogtreecommitdiff
path: root/config_abslibre_gnu+hurd
diff options
context:
space:
mode:
Diffstat (limited to 'config_abslibre_gnu+hurd')
-rw-r--r--config_abslibre_gnu+hurd16
1 files changed, 9 insertions, 7 deletions
diff --git a/config_abslibre_gnu+hurd b/config_abslibre_gnu+hurd
index 93dc4fa..e0559e3 100644
--- a/config_abslibre_gnu+hurd
+++ b/config_abslibre_gnu+hurd
@@ -2,7 +2,9 @@
source "$(dirname "$(readlink -e "$0")")/config"
-# Parabola GNU/Hurd configuration with Arch GNU/Hurd derivation
+# Parabola Platform
+PLATFORM_NAME='GNU/Hurd'
+PLATFORM='gnu+hurd'
DERIVATION='true'
# Archictectures
@@ -36,26 +38,26 @@ PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${LIBRE_MAIN_REPO
# Directories where packages are shared between repos
# *relative to REPO_DIR*
-PKG_POOL='abslibre_gnu+hurd'
+PKG_POOL="abslibre_${PLATFORM}"
# Directories where sources are stored
-SRC_POOL='abslibre_gnu+hurd'
+SRC_POOL="abslibre_${PLATFORM}"
# Build System and Repository scripts
-BS_MAIN_NAME='abslibre_gnu+hurd'
+BS_MAIN_NAME="abslibre_${PLATFORM}"
BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}"
-BS_DERIVATION_NAME='abs_gnu+hurd'
+BS_DERIVATION_NAME="abs_${PLATFORM}"
BS_DERIVATION_DIR="${SRV_DIR}/${BS_DERIVATION_NAME}"
BS_GIT="${GIT_BASE}/abslibre/${BS_MAIN_NAME}.git"
# BS_GIT='http://projects.parabola.gnu/abslibre/${BS_MAIN_NAME}.git'
BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}"
-BLACKLIST_NAME='blacklist_gnu+hurd.txt'
+BLACKLIST_NAME="blacklist_${PLATFORM}.txt"
BLACKLIST_FILE="${HOME}/blacklist/${BLACKLIST_NAME}.txt"
BLACKLIST_TMP="${TMP_DIR}/${BLACKLIST_NAME}.txt"
SYNC_DERIVATION_SERVER='rsync.archhurd.org'
# Base Repository
-REPO_DIR="${SRV_DIR}/repo/abslibre_gnu+hurd"
+REPO_DIR="${SRV_DIR}/repo/abslibre_${PLATFORM}"
CLEANUP_DESTDIR="${REPO_DIR}/old/packages"
CLEANUP_DRYRUN='false'