cookutils rev 476 slitaz-tank
cook.conf: Updated.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 09 14:20:37 2012 +0000 (2012-06-09) |
parents | deff72d6ad0d |
children | c092c36141fa |
files | cook.conf |
line diff
1.1 --- a/cook.conf Sat Jun 09 14:10:51 2012 +0000 1.2 +++ b/cook.conf Sat Jun 09 14:20:37 2012 +0000 1.3 @@ -1,8 +1,46 @@ 1.4 # Cook packages builder configuration file 1.5 # 1.6 1.7 +# Use mirror.slitaz.org urls before $WGET_URL. This is useful for computers hosted 1.8 +# on local lan with a computer that is using source dvd 1.9 +LAN_MIRROR="" 1.10 +# Auto install all depends and build depends. (aka. The Tazwok way) 1.11 +AUTO_DEP="" 1.12 +# Fully cook all packages in list without install any packages from packages folder 1.13 +FULL_COOK="" 1.14 +# Shrink png in lzma source tarballs 1.15 +SHRINKPNG="0" 1.16 +# Set lzma dictionary size 1.17 +# -d24 = 16mb dictionary size 1.18 +# -d25 = 32mb dictionary size 1.19 +# -d26 = 64mb dictionary size 1.20 +LZMA_SET_DIR="-d26" 1.21 +# touch all files to fix new sources 1.22 +TOUCH_FILES="" 1.23 +# remove original tarball when making .tar.lzma 1.24 +REMOVE_ORIG_TARBALL="0" 1.25 +# auto update incoming database when using pkg option 1.26 +AUTO_UPDATE_DB="0" 1.27 + 1.28 +# auto purge old source tarball 1.29 +AUTO_PURGE_SRC="" 1.30 +# Enable recompressing to .tar.lzma 1.31 +LZMA_SRC="0" 1.32 +# Enable cooker pkg to cook wanted packages 1.33 +COOK_WANTED="0" 1.34 +# enable clean chroot 1.35 +CLEAN_CHROOT="0" 1.36 +# Enable using aufs 1.37 +AUFS_MODE="" 1.38 +# Rebuild cooklist the tazwok way 1.39 +UPCOOKLIST="0" 1.40 +# Update chroot 1.41 +UPCHROOT="0" 1.42 + 1.43 # SliTaz working directory 1.44 -SLITAZ="/home/slitaz" 1.45 +SLITAZ="$SLITAZ_HOME/$SLITAZ_RELEASE" 1.46 +# Source tarball mirror 1.47 +ONLINE_SRC_REPOSITORY="$MIRROR_URL/sources/packages/" 1.48 1.49 # Directory paths for cookutils DB and files. 1.50 WOK="$SLITAZ/wok"