wok-current annotate mirror-tools/stuff/etc/tazwok.conf @ rev 1725

Add mirror-tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 19 10:32:58 2008 +0000 (2008-11-19)
parents
children
rev   line source
pascal@1725 1 # tazwok.conf: Tazwok configuration file.
pascal@1725 2 #
pascal@1725 3
pascal@1725 4 # Wok directory/tree to find receipts and build packages.
pascal@1725 5 # By default on SliTaz the directory is /home/slitaz/wok.
pascal@1725 6 WOK="/slitaz/home/slitaz/wok"
pascal@1725 7
pascal@1725 8 # The path to the sources tarballs of the binaries packages.
pascal@1725 9 SOURCES_REPOSITORY="/slitaz/home/slitaz/src"
pascal@1725 10
pascal@1725 11 # This path set the binaries packages repository. It's where all
pascal@1725 12 # the gen *.tazpkg will be stored when using gen-repository command.
pascal@1725 13 PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking"
pascal@1725 14
pascal@1725 15 # Default arguments for GNU configure.
pascal@1725 16 CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
pascal@1725 17
pascal@1725 18 # Translation files to include in packages, note that you can specifiy
pascal@1725 19 # several locale.
pascal@1725 20 LOCALE="fr"
pascal@1725 21
pascal@1725 22 # Mirrors URLs. To downloads source next from your location.
pascal@1725 23 # GNU mirror :
pascal@1725 24 #
pascal@1725 25 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
pascal@1725 26 # SourceForge mirror :
pascal@1725 27 #
pascal@1725 28 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
pascal@1725 29 # Xorg mirror :
pascal@1725 30 #
pascal@1725 31 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"