# HG changeset patch # User Pascal Bellard # Date 1250768104 -7200 # Node ID 14480fcfd246cfd27d782fec9f942626218344b9 # Parent ef844b9dd24507951132816af12fa6074696c960 mirror-tools: rename /etc/tazwok.conf diff -r ef844b9dd245 -r 14480fcfd246 mirror-tools/stuff/etc/tazwok.conf --- a/mirror-tools/stuff/etc/tazwok.conf Thu Aug 20 13:10:20 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# tazwok.conf: Tazwok configuration file. -# - -# Wok directory/tree to find receipts and build packages. -# By default on SliTaz the directory is /home/slitaz/wok. -WOK="/slitaz/home/slitaz/wok" - -# The path to the sources tarballs of the binaries packages. -SOURCES_REPOSITORY="/slitaz/home/slitaz/src" - -# This path set the binaries packages repository. It's where all -# the gen *.tazpkg will be stored when using gen-repository command. -PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking" - -# Default arguments for GNU configure. -CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu" - -# Translation files to include in packages, note that you can specifiy -# several locale. -LOCALE="fr" - -# Mirrors URLs. To downloads source next from your location. -# GNU mirror : -# -GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" -# SourceForge mirror : -# -SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" -# Xorg mirror : -# -XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual" diff -r ef844b9dd245 -r 14480fcfd246 mirror-tools/stuff/etc/tazwok.conf.mirror --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mirror-tools/stuff/etc/tazwok.conf.mirror Thu Aug 20 13:35:04 2009 +0200 @@ -0,0 +1,31 @@ +# tazwok.conf: Tazwok configuration file. +# + +# Wok directory/tree to find receipts and build packages. +# By default on SliTaz the directory is /home/slitaz/wok. +WOK="/slitaz/home/slitaz/wok" + +# The path to the sources tarballs of the binaries packages. +SOURCES_REPOSITORY="/slitaz/home/slitaz/src" + +# This path set the binaries packages repository. It's where all +# the gen *.tazpkg will be stored when using gen-repository command. +PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking" + +# Default arguments for GNU configure. +CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu" + +# Translation files to include in packages, note that you can specifiy +# several locale. +LOCALE="fr" + +# Mirrors URLs. To downloads source next from your location. +# GNU mirror : +# +GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" +# SourceForge mirror : +# +SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" +# Xorg mirror : +# +XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"