cookutils view cook.conf @ rev 181

revert last commit to config (was testing only)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 03:42:24 2011 +0200 (2011-05-19)
parents c8f94ae422a8
children bf1805b774e8
line source
1 # Cook packages builder configuration file
2 #
4 # SliTaz working directory
5 SLITAZ="/home/slitaz"
7 # Directory paths.
8 WOK="$SLITAZ/wok"
9 PKGS="$SLITAZ/packages"
10 SRC="$SLITAZ/src"
11 CACHE="$SLITAZ/cache"
12 LOGS="$SLITAZ/log"
13 DATA="/usr/share/cook"
15 # System packages.
16 DB="/var/lib/tazpkg"
17 INSTALLED="$DB/installed"
19 # Quality Assurance (empty to disable receipt_quality).
20 QA="0"
22 # Hg wok for setup and flavors URL for the Cooker.
23 WOK_URL="http://hg.slitaz.org/wok"
24 FLAVORS_URL="http://hg.slitaz.org/flavors"
26 # Translation files to be included in packages.
27 LOCALE="fr pt_BR"
29 # Target architecture.
30 ARCH="i386"
31 #TARGET="$ARCH-pc-linux-gnu"
33 # Default Build host tools.
34 #BUILD_HOST="i686-pc-linux-gnu"
35 BUILD_HOST="$ARCH-pc-linux-gnu"
37 # SliTaz optimisation flags - Wide compatibility & optimized for i386
38 MAKEFLAGS="-j$(($(grep processor /proc/cpuinfo | wc -l)+1))"
39 CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer"
40 CXXFLAGS="$CFLAGS"
42 # Default tool prefix.
43 TOOLPREFIX="${BUILD_HOST}-"
45 # Default arguments for GNU configure.
46 CONFIG_SITE=/etc/slitaz/cook.site
48 # Mirrors URLs. To download sources near your location.
49 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
50 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
51 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
52 GNOME_MIRROR="http://ftp.gnome.org/pub/GNOME/sources"
54 # List of packages installed by cook or the Cooker setup.
55 SETUP_PKGS="slitaz-toolchain slitaz-dev-pkgs intltool gettext bzip2"