tazwok annotate 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
rev   line source
pankso@8 1 # tazwok.conf: Tazwok configuration file.
pankso@8 2 #
pankso@8 3
pankso@8 4 # Wok directory/tree to find receipts and build packages.
pankso@8 5 # By default on SliTaz the directory is /home/slitaz/wok.
pankso@8 6 WOK="/home/slitaz/wok"
pankso@8 7
paul@165 8 # The path to the source tarballs of the binary packages.
pankso@8 9 SOURCES_REPOSITORY="/home/slitaz/src"
pankso@8 10
paul@165 11 # This path sets the binary packages repository. It's where all
paul@165 12 # gen *.tazpkg will be stored when using the gen-repository command.
pankso@8 13 PACKAGES_REPOSITORY="/home/slitaz/packages"
pankso@8 14
paul@165 15 # Default build host.
pankso@132 16 BUILD_HOST=i486-pc-linux-gnu
pankso@132 17
paul@165 18 # Default tool prefix.
pankso@132 19 TOOLPREFIX="${BUILD_HOST}-"
pankso@132 20
pankso@8 21 # Default arguments for GNU configure.
pankso@132 22 CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST"
pankso@8 23
paul@165 24 # Translation files to be included in packages. Note that you can specify
paul@165 25 # several locales.
pankso@22 26 LOCALE="fr"
pankso@22 27
paul@165 28 # Mirrors URLs. To download sources near your location.
pankso@8 29 # GNU mirror :
pankso@8 30 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
pankso@8 31 # SourceForge mirror :
pankso@8 32 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
pankso@8 33 # Xorg mirror :
pankso@49 34 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
pankso@135 35
pankso@135 36 # Favorite console editor.
pankso@135 37 EDITOR="nano"
pankso@135 38
paul@165 39 # FSH standard directories with init. Package generation will abort if
pankso@135 40 # a file is installed in a non-specified path. Note /vz is for OpenVZ.
pankso@135 41 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \
pankso@135 42 tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \
pankso@135 43 usr/share usr/src"
pascal@150 44
paul@165 45 # tazpkg compression "gzip" or "lzma".
pascal@150 46 COMPRESSION="lzma"
pascal@150 47