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

mirror-tools: update tazwok.conf.mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 21:17:15 2009 +0200 (2009-08-21)
parents 14480fcfd246
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 build host
16 BUILD_HOST=i486-pc-linux-gnu
18 # Default tool prefix
19 TOOLPREFIX="${BUILD_HOST}-"
21 # Default arguments for GNU configure.
22 CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST"
24 # Translation files to include in packages, note that you can specifiy
25 # several locale.
26 LOCALE="fr"
28 # Mirrors URLs. To downloads source next from your location.
29 # GNU mirror :
30 #
31 GNU_MIRROR="http://ftpmirror.gnu.org"
33 # SourceForge mirror :
34 #
35 SF_MIRROR="http://prdownloads.sourceforge.net/sourceforge"
37 # Xorg mirror :
38 #
39 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
41 # FSH standards directories with init. Package generation will abort if
42 # a file is installed in a non-specified path. Note /vz is for OpenVZ.
43 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \
44 tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \
45 usr/share usr/src"