wok-current diff mirror-tools/stuff/etc/tazwok.conf @ rev 2655
Add: pm-utils
| author | Dominique Corbex <domcox@users.sourceforge.net> |
|---|---|
| date | Sat Apr 18 17:39:15 2009 +0200 (2009-04-18) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mirror-tools/stuff/etc/tazwok.conf Sat Apr 18 17:39:15 2009 +0200 1.3 @@ -0,0 +1,31 @@ 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="/slitaz/home/slitaz/wok" 1.10 + 1.11 +# The path to the sources tarballs of the binaries packages. 1.12 +SOURCES_REPOSITORY="/slitaz/home/slitaz/src" 1.13 + 1.14 +# This path set the binaries packages repository. It's where all 1.15 +# the gen *.tazpkg will be stored when using gen-repository command. 1.16 +PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking" 1.17 + 1.18 +# Default arguments for GNU configure. 1.19 +CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu" 1.20 + 1.21 +# Translation files to include in packages, note that you can specifiy 1.22 +# several locale. 1.23 +LOCALE="fr" 1.24 + 1.25 +# Mirrors URLs. To downloads source next from your location. 1.26 +# GNU mirror : 1.27 +# 1.28 +GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu" 1.29 +# SourceForge mirror : 1.30 +# 1.31 +SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" 1.32 +# Xorg mirror : 1.33 +# 1.34 +XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"