tazwok view 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
line source
1 # tazwok.conf: Tazwok configuration file.
2 #
4 # Wok directory/tree to find receipts and build packages.
5 # By default on SliTaz the directory is /home/slitaz/wok.
6 WOK="/home/slitaz/wok"
8 # The path to the sources tarballs of the binaries packages.
9 SOURCES_REPOSITORY="/home/slitaz/src"
11 # This path set the binaries packages repository. It's where all
12 # the gen *.tazpkg will be stored when using gen-repository command.
13 PACKAGES_REPOSITORY="/home/slitaz/packages"
15 # Default build host
16 BUILD_HOST=i486-pc-linux-gnu
18 # Default tool prefix
19 TOOLPREFIX="${BUILD_HOST}-"
21 # Default arguments for GNU configure.
22 CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST"
24 # Translation files to include in packages, note that you can specifiy
25 # several locale.
26 LOCALE="fr"
28 # Mirrors URLs. To downloads source next from your location.
29 # GNU mirror :
30 #
31 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
32 # SourceForge mirror :
33 #
34 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
35 # Xorg mirror :
36 #
37 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"