wok view mirror-tools/stuff/etc/tazwok.conf @ rev 3190

Up: m4 (1.4.13)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 26 17:23:34 2009 +0200 (2009-05-26)
parents
children
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="/slitaz/home/slitaz/wok"
8 # The path to the sources tarballs of the binaries packages.
9 SOURCES_REPOSITORY="/slitaz/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="/var/www/slitaz/mirror/packages/cooking"
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/individual"