tazwok 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 87df46cab51d
children 7faca982b3e2
files examples/tazwok.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/tazwok.conf	Wed Dec 12 18:55:40 2007 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# tazwok.conf: Tazwok configuration file.
     1.5 +#
     1.6 +
     1.7 +# Wok directory/tree to find receipts and build packages.
     1.8 +# By default on SliTaz the directory is /home/slitaz/wok.
     1.9 +WOK="/home/slitaz/wok"
    1.10 +
    1.11 +# The path to the sources tarballs of the binaries packages.
    1.12 +SOURCES_REPOSITORY="/home/slitaz/src"
    1.13 +
    1.14 +# This path set the binaries packages repository. It's where all
    1.15 +# the gen *.tazpkg will be stored when using gen-repository command.
    1.16 +PACKAGES_REPOSITORY="/home/slitaz/packages"
    1.17 +
    1.18 +# Default arguments for GNU configure.
    1.19 +CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
    1.20 +
    1.21 +# Mirrors URLs. To downloads source next from your location.
    1.22 +# GNU mirror :
    1.23 +GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
    1.24 +# SourceForge mirror :
    1.25 +SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
    1.26 +# Xorg mirror :
    1.27 +XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/X11R7.3/src"