cookutils view cook.conf @ rev 146

cook: Add SVN support
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:22:31 2011 +0200 (2011-05-11)
parents 8fc5b2a08f0e
children c8f94ae422a8
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 # Architecture.
30 ARCH="i486"
32 # Build host.
33 BUILD_HOST="$ARCH-pc-linux-gnu"
35 # SliTaz optimisation flags - Wide compatibility & optimized for i386
36 MAKEFLAGS="-j$(($(grep processor /proc/cpuinfo | wc -l)+1))"
37 CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer"
38 CXXFLAGS="$CFLAGS"
40 # Default tool prefix.
41 TOOLPREFIX="${BUILD_HOST}-"
43 # Default arguments for GNU configure.
44 CONFIG_SITE=/etc/slitaz/cook.site
46 # Mirrors URLs. To download sources near your location.
47 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
48 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
49 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
50 GNOME_MIRROR="http://ftp.gnome.org/pub/GNOME/sources"
52 # List of packages installed by cook or the Cooker setup.
53 SETUP_PKGS="slitaz-toolchain slitaz-dev-pkgs intltool gettext bzip2"