#!/hint/bash # Parabola GNU/Hurd configuration without any distribution derivation # Archictectures ARCHES=('i686') # Multilib Support MULTILIB=() # Main Repositories MAIN_REPOS=('core' 'extra' 'testing') # Multilib Repositories MULTILIB_REPOS=('multilib' 'multilib-testing') # Extra Repositories EXTRA_REPOS=('nonprism' 'nonprism-testing' 'kernels' 'kernels-testing' 'cross' 'java') # Community Repositories COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~drtan' '~emulatorman' '~jorginho' '~lukeshu' '~smv' '~xihh') # Platform Repositories PATFORM_REPOS=() # Remote Repositories PKG_ANY_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}") PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}") # Directories where packages are shared between repos # *relative to FTP_BASE* PKG_POOL='gnu+hurd' # Directories where sources are stored SRC_POOL='gnu+hurd'