slitaz-dev-tools view tazdev/tazdev.conf @ rev 89

Add lzma to $CHROOT_PKGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 07 20:43:59 2011 +0000 (2011-05-07)
parents 6aa7281d0969
children 43f3d9f291c6
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # Path for the wok, chroot and packages directory of each version.
5 SLITAZ="/home/slitaz"
6 COOKING="$SLITAZ/cooking"
7 STABLE="$SLITAZ/stable"
8 UNDIGEST="$SLITAZ/undigest"
10 # Path to all own and copy projects.
11 PROJECTS="$HOME/Projects"
13 # Install chroot with packages
14 ROOTFS_PKG="no"
16 # Packages for chroot
17 CHROOT_PKGS="busybox libtaz tazwok tazchroot tazpkg slitaz-base-files lzma"
19 # Main mirror to push and download (ISO, rootfs. etc).
20 MIRROR="mirror.slitaz.org"
21 DL_URL="http://mirror.switch.ch/ftp/mirror/slitaz"
22 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
23 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"