tazwok annotate examples/tazwok.conf @ rev 134

fix cookilists
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 22 00:14:40 2009 +0200 (2009-06-22)
parents 060cb913bde3
children f633dd74143b
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
pankso@8 8 # The path to the sources tarballs of the binaries packages.
pankso@8 9 SOURCES_REPOSITORY="/home/slitaz/src"
pankso@8 10
pankso@8 11 # This path set the binaries packages repository. It's where all
pankso@8 12 # the gen *.tazpkg will be stored when using gen-repository command.
pankso@8 13 PACKAGES_REPOSITORY="/home/slitaz/packages"
pankso@8 14
pankso@132 15 # Default build host
pankso@132 16 BUILD_HOST=i486-pc-linux-gnu
pankso@132 17
pankso@132 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
pankso@22 24 # Translation files to include in packages, note that you can specifiy
pankso@22 25 # several locale.
pankso@22 26 LOCALE="fr"
pankso@22 27
pankso@8 28 # Mirrors URLs. To downloads source next from your location.
pankso@8 29 # GNU mirror :
pankso@22 30 #
pankso@8 31 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
pankso@8 32 # SourceForge mirror :
pankso@22 33 #
pankso@8 34 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
pankso@8 35 # Xorg mirror :
pankso@22 36 #
pankso@49 37 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"