tazwok diff examples/tazwok.conf @ rev 165
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun May 16 16:38:27 2010 +0000 (2010-05-16) |
parents | 6f7455cdc772 |
children | a7d5ebd59038 919becf8fe71 |
line diff
1.1 --- a/examples/tazwok.conf Fri Sep 18 09:53:45 2009 +0200 1.2 +++ b/examples/tazwok.conf Sun May 16 16:38:27 2010 +0000 1.3 @@ -5,27 +5,27 @@ 1.4 # By default on SliTaz the directory is /home/slitaz/wok. 1.5 WOK="/home/slitaz/wok" 1.6 1.7 -# The path to the sources tarballs of the binaries packages. 1.8 +# The path to the source tarballs of the binary packages. 1.9 SOURCES_REPOSITORY="/home/slitaz/src" 1.10 1.11 -# This path set the binaries packages repository. It's where all 1.12 -# the gen *.tazpkg will be stored when using gen-repository command. 1.13 +# This path sets the binary packages repository. It's where all 1.14 +# gen *.tazpkg will be stored when using the gen-repository command. 1.15 PACKAGES_REPOSITORY="/home/slitaz/packages" 1.16 1.17 -# Default build host 1.18 +# Default build host. 1.19 BUILD_HOST=i486-pc-linux-gnu 1.20 1.21 -# Default tool prefix 1.22 +# Default tool prefix. 1.23 TOOLPREFIX="${BUILD_HOST}-" 1.24 1.25 # Default arguments for GNU configure. 1.26 CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST" 1.27 1.28 -# Translation files to include in packages, note that you can specifiy 1.29 -# several locale. 1.30 +# Translation files to be included in packages. Note that you can specify 1.31 +# several locales. 1.32 LOCALE="fr" 1.33 1.34 -# Mirrors URLs. To downloads source next from your location. 1.35 +# Mirrors URLs. To download sources near your location. 1.36 # GNU mirror : 1.37 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" 1.38 # SourceForge mirror : 1.39 @@ -36,12 +36,12 @@ 1.40 # Favorite console editor. 1.41 EDITOR="nano" 1.42 1.43 -# FSH standards directories with init. Package generation will abort if 1.44 +# FSH standard directories with init. Package generation will abort if 1.45 # a file is installed in a non-specified path. Note /vz is for OpenVZ. 1.46 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \ 1.47 tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ 1.48 usr/share usr/src" 1.49 1.50 -# tazpkg compression "gzip" or "lzma" 1.51 +# tazpkg compression "gzip" or "lzma". 1.52 COMPRESSION="lzma" 1.53