slitaz-modular view tazwok.conf @ rev 0

first release
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 25 03:30:16 2010 +0000 (2010-11-25)
parents
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="/home/slitaz/wok"
8 # The path to the source tarballs of the binary packages.
9 SOURCES_REPOSITORY="/home/slitaz/src"
11 # This path sets the binary packages repository. It's where all
12 # gen *.tazpkg will be stored when using the 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 be included in packages. Note that you can specify
25 # several locales.
26 LOCALE="fr"
28 # Mirrors URLs. To download sources near 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 standard 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"
45 # tazpkg compression "gzip" or "lzma".
46 COMPRESSION="lzma"