# HG changeset patch # User Pascal Bellard # Date 1250882235 -7200 # Node ID 3ab54080351445f0b4b9d4f6d5da2d95fe0a092f # Parent a960fee00f2f45a0a0e976b975d92fbeba8e83c5 mirror-tools: update tazwok.conf.mirror diff -r a960fee00f2f -r 3ab540803514 mirror-tools/stuff/etc/tazwok.conf.mirror --- a/mirror-tools/stuff/etc/tazwok.conf.mirror Fri Aug 21 16:26:26 2009 +0200 +++ b/mirror-tools/stuff/etc/tazwok.conf.mirror Fri Aug 21 21:17:15 2009 +0200 @@ -12,8 +12,14 @@ # the gen *.tazpkg will be stored when using gen-repository command. PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking" +# Default build host +BUILD_HOST=i486-pc-linux-gnu + +# Default tool prefix +TOOLPREFIX="${BUILD_HOST}-" + # Default arguments for GNU configure. -CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu" +CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST" # Translation files to include in packages, note that you can specifiy # several locale. @@ -22,10 +28,18 @@ # Mirrors URLs. To downloads source next from your location. # GNU mirror : # -GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" +GNU_MIRROR="http://ftpmirror.gnu.org" + # SourceForge mirror : # -SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" +SF_MIRROR="http://prdownloads.sourceforge.net/sourceforge" + # Xorg mirror : # XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual" + +# FSH standards directories with init. Package generation will abort if +# a file is installed in a non-specified path. Note /vz is for OpenVZ. +FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \ +tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ +usr/share usr/src"