tazwok view examples/tazwok.conf @ rev 8

Add an example of tazwok.conf
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 12 18:55:40 2007 +0100 (2007-12-12)
parents
children 560d6f33e8ce
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 # Mirrors URLs. To downloads source next from your location.
19 # GNU mirror :
20 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
21 # SourceForge mirror :
22 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
23 # Xorg mirror :
24 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/X11R7.3/src"