slitaz-modular diff tazwok.conf @ rev 1
Added tag 0.1-alpha for changeset 6d654d523ac8
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 25 03:32:42 2010 +0000 (2010-11-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazwok.conf Thu Nov 25 03:32:42 2010 +0000 1.3 @@ -0,0 +1,47 @@ 1.4 +# tazwok.conf: Tazwok configuration file. 1.5 +# 1.6 + 1.7 +# Wok directory/tree to find receipts and build packages. 1.8 +# By default on SliTaz the directory is /home/slitaz/wok. 1.9 +WOK="/home/slitaz/wok" 1.10 + 1.11 +# The path to the source tarballs of the binary packages. 1.12 +SOURCES_REPOSITORY="/home/slitaz/src" 1.13 + 1.14 +# This path sets the binary packages repository. It's where all 1.15 +# gen *.tazpkg will be stored when using the gen-repository command. 1.16 +PACKAGES_REPOSITORY="/home/slitaz/packages" 1.17 + 1.18 +# Default build host. 1.19 +BUILD_HOST=i486-pc-linux-gnu 1.20 + 1.21 +# Default tool prefix. 1.22 +TOOLPREFIX="${BUILD_HOST}-" 1.23 + 1.24 +# Default arguments for GNU configure. 1.25 +CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST" 1.26 + 1.27 +# Translation files to be included in packages. Note that you can specify 1.28 +# several locales. 1.29 +LOCALE="fr" 1.30 + 1.31 +# Mirrors URLs. To download sources near your location. 1.32 +# GNU mirror : 1.33 +GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" 1.34 +# SourceForge mirror : 1.35 +SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" 1.36 +# Xorg mirror : 1.37 +XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual" 1.38 + 1.39 +# Favorite console editor. 1.40 +EDITOR="nano" 1.41 + 1.42 +# FSH standard directories with init. Package generation will abort if 1.43 +# a file is installed in a non-specified path. Note /vz is for OpenVZ. 1.44 +FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \ 1.45 +tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \ 1.46 +usr/share usr/src" 1.47 + 1.48 +# tazpkg compression "gzip" or "lzma". 1.49 +COMPRESSION="lzma" 1.50 +