wok rev 3937
mirror-tools: update tazwok.conf.mirror
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 21 21:17:15 2009 +0200 (2009-08-21) |
parents | a960fee00f2f |
children | 6aae08641f1e |
files | mirror-tools/stuff/etc/tazwok.conf.mirror |
line diff
1.1 --- a/mirror-tools/stuff/etc/tazwok.conf.mirror Fri Aug 21 16:26:26 2009 +0200 1.2 +++ b/mirror-tools/stuff/etc/tazwok.conf.mirror Fri Aug 21 21:17:15 2009 +0200 1.3 @@ -12,8 +12,14 @@ 1.4 # the gen *.tazpkg will be stored when using gen-repository command. 1.5 PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking" 1.6 1.7 +# Default build host 1.8 +BUILD_HOST=i486-pc-linux-gnu 1.9 + 1.10 +# Default tool prefix 1.11 +TOOLPREFIX="${BUILD_HOST}-" 1.12 + 1.13 # Default arguments for GNU configure. 1.14 -CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu" 1.15 +CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST" 1.16 1.17 # Translation files to include in packages, note that you can specifiy 1.18 # several locale. 1.19 @@ -22,10 +28,18 @@ 1.20 # Mirrors URLs. To downloads source next from your location. 1.21 # GNU mirror : 1.22 # 1.23 -GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" 1.24 +GNU_MIRROR="http://ftpmirror.gnu.org" 1.25 + 1.26 # SourceForge mirror : 1.27 # 1.28 -SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" 1.29 +SF_MIRROR="http://prdownloads.sourceforge.net/sourceforge" 1.30 + 1.31 # Xorg mirror : 1.32 # 1.33 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual" 1.34 + 1.35 +# FSH standards directories with init. Package generation will abort if 1.36 +# a file is installed in a non-specified path. Note /vz is for OpenVZ. 1.37 +FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \ 1.38 +tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ 1.39 +usr/share usr/src"