tazwok view examples/tazwok.conf @ rev 43
Last change before release 1.5
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 05 16:19:31 2008 +0100 (2008-03-05) |
parents | 16b2b1a5afc9 |
children | 060cb913bde3 |
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 arguments for GNU configure.
16 CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
18 # Translation files to include in packages, note that you can specifiy
19 # several locale.
20 LOCALE="fr"
22 # Mirrors URLs. To downloads source next from your location.
23 # GNU mirror :
24 #
25 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
26 # SourceForge mirror :
27 #
28 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
29 # Xorg mirror :
30 #
31 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/X11R7.3/src"