tazwok view examples/tazwok.conf @ rev 135

Add function check_fsh to avoid non-standard path
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 22 01:36:57 2009 +0200 (2009-06-22)
parents c65dee7e2d81
children 6f7455cdc772
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="/home/slitaz/wok"
8 # The path to the sources tarballs of the binaries packages.
9 SOURCES_REPOSITORY="/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="/home/slitaz/packages"
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 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
31 # SourceForge mirror :
32 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
33 # Xorg mirror :
34 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
36 # Favorite console editor.
37 EDITOR="nano"
39 # FSH standards directories with init. Package generation will abort if
40 # a file is installed in a non-specified path. Note /vz is for OpenVZ.
41 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \
42 tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \
43 usr/share usr/src"