tazwok diff examples/tazwok.conf @ rev 495

tazwok/check_for_incoming: update flavors from hg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 24 22:23:11 2011 +0200 (2011-04-24)
parents 30fbac111125
children 556a89fc8607 7d5e750d56b6
line diff
     1.1 --- a/examples/tazwok.conf	Thu Feb 24 03:45:19 2011 +0100
     1.2 +++ b/examples/tazwok.conf	Sun Apr 24 22:23:11 2011 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # tazwok.conf: Tazwok configuration file.
     1.5  #
     1.6  
     1.7 -# WOK_UPDATE_METHODE can be "tarball" or "hg"
     1.8 +# WOK_UPDATE_METHOD can be "tarball" or "hg"
     1.9  # tarball: download the full tarball and copy it into build-wok.
    1.10 -# hg: download only the new changes, need mercurial installed.
    1.11 +# hg: download only the new changes, needs mercurial installed.
    1.12  WOK_UPDATE_METHOD="hg"
    1.13  
    1.14  TARBALL_WOK="http://hg.slitaz.org/wok/archive/tip.tar.bz2"
    1.15 @@ -23,7 +23,7 @@
    1.16  # http://www.gentoo.org/doc/en/gcc-optimization.xml
    1.17  # http://en.gentoo-wiki.com/wiki/Safe_Cflags
    1.18  #
    1.19 -# Note : -pipe will be automatically disabled if you have less that
    1.20 +# Note : -pipe will be automatically disabled if you have less than
    1.21  # 512MB of free RAM to avoid gcc crashes.
    1.22  #
    1.23  # Default SliTaz flags - wide compatibility & optimized for i386 as it's the
    1.24 @@ -31,11 +31,11 @@
    1.25  #CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer"
    1.26  # Where ARCH=i386
    1.27  #
    1.28 -# Cook compatible packages partially optimized for you're own hardware :
    1.29 +# Cook compatible packages partially optimized for your own hardware :
    1.30  #CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer"
    1.31 -# Where ARCH=you're arch
    1.32 +# Where ARCH=your arch
    1.33  #
    1.34 -# Cook packages fully optimized for you're hardware - Warning, compatible only
    1.35 +# Cook packages fully optimized for your hardware - Warning, compatible only
    1.36  # with same hardware and newest of the same family :
    1.37  #CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
    1.38  CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer"
    1.39 @@ -83,17 +83,17 @@
    1.40  COMPRESSION="lzma"
    1.41  
    1.42  # Slitaz Toolchain : the tools used to compile all other packages.
    1.43 -# Toolchain packages doesn't need to be included as build_depends
    1.44 +# Toolchain packages don't need to be included as build_depends
    1.45  # because they are in the chroot by default. The order in this
    1.46  # variable is important : it's the compile order for the temporary
    1.47  # toolchain which can be used to recook the base chroot, then all
    1.48 -# the wok. Toolchain is compiled this way according the LFS book :
    1.49 +# the wok. Toolchain is compiled this way according to the LFS book :
    1.50  # First - binutils, GCC; at this point they are linked to the host system.
    1.51  # Second - the temp toolchain using the order defined in this variable.
    1.52 -# This toolchain is cross-compiled against a self-depend glibc.
    1.53 +# The toolchain is cross-compiled against a self-depending glibc.
    1.54  # Third - all the wok in normal order, including the toolchain packages.
    1.55  # This cook order is used only if glibc/binutils/gcc/linux-api-headers
    1.56 -# is updated to the next minor version or more (y.x.z -> y.x+1.z).
    1.57 +# are updated to the next minor version or more (y.x.z -> y.x+1.z).
    1.58  SLITAZ_TOOLCHAIN="linux-api-headers
    1.59  glibc
    1.60  binutils
    1.61 @@ -116,7 +116,7 @@
    1.62  automake
    1.63  lzma"
    1.64  
    1.65 -# Slitaz toolchain extra : package which are needed to cook other
    1.66 +# Slitaz toolchain extra : packages which are needed to cook others
    1.67  # but which are not in the core temporary toolchain.
    1.68  # Note : order is not important here.
    1.69  SLITAZ_TOOLCHAIN_EXTRA="tazpkg