wok-next annotate libtaz/stuff/slitaz.conf @ rev 8822

Put libtaz stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:23:25 2011 +0100 (2011-02-24)
parents
children
rev   line source
gokhlayeh@8822 1 ########################################################################
gokhlayeh@8822 2 # This is the generic SliTaz configuration file used by libtaz to get
gokhlayeh@8822 3 # the defaults options and directories.
gokhlayeh@8822 4 #
gokhlayeh@8822 5 # Theses variables can be overwritted by a lower level of configuration.
gokhlayeh@8822 6 # Order for loading variables (the latest definition is keeped) :
gokhlayeh@8822 7 # slitaz.conf (then) main app.conf (or) local app.conf
gokhlayeh@8822 8 # (or) *.conf of the command line (then) arguments of the command line
gokhlayeh@8822 9 #
gokhlayeh@8822 10 # ** Alpha Comment by GoKhlaYeh: **
gokhlayeh@8822 11 # With libtaz, I plan to change the default location of some important
gokhlayeh@8822 12 # directories to fit the server hierarchy. In a general view I want
gokhlayeh@8822 13 # to make the organisation on server and on released system similar.
gokhlayeh@8822 14 # The goal is having tools working out-of-the-box in both cases to make
gokhlayeh@8822 15 # the contributor work more easy and efficient.
gokhlayeh@8822 16 # Theses changes will takes place with Release Candidate, when libtaz
gokhlayeh@8822 17 # implementation in all SliTaz tools will be finish, and all code fully
gokhlayeh@8822 18 # reviewed. Hope everybody agree with that ;).
gokhlayeh@8822 19 #
gokhlayeh@8822 20
gokhlayeh@8822 21 ########################################################################
gokhlayeh@8822 22 # COMMON DIRECTORIES
gokhlayeh@8822 23 ########################
gokhlayeh@8822 24
gokhlayeh@8822 25 # Slitaz logs directory.
gokhlayeh@8822 26 SLITAZ_LOG="/var/log/slitaz"
gokhlayeh@8822 27
gokhlayeh@8822 28 # Slitaz version.
gokhlayeh@8822 29 SLITAZ_VERSION="$(cat /etc/slitaz-release)"
gokhlayeh@8822 30
gokhlayeh@8822 31 # Slitaz directory.
gokhlayeh@8822 32 SLITAZ_DIR="/home/slitaz"
gokhlayeh@8822 33
gokhlayeh@8822 34 # Local repository for current version (can contains local packages
gokhlayeh@8822 35 # repository, wok, sources, ...).
gokhlayeh@8822 36 LOCAL_REPOSITORY="$SLITAZ_DIR/$SLITAZ_VERSION"
gokhlayeh@8822 37
gokhlayeh@8822 38 # Online packages repository.
gokhlayeh@8822 39 ONLINE_REPOSITORY="http://mirror.slitaz.org/packages/$SLITAZ_VERSION/"
gokhlayeh@8822 40
gokhlayeh@8822 41 # Packages cache directory.
gokhlayeh@8822 42 CACHE_DIR="/var/cache/tazpkg"
gokhlayeh@8822 43
gokhlayeh@8822 44 # Path to repository datas.
gokhlayeh@8822 45 LOCALSTATE="/var/lib/tazpkg"
gokhlayeh@8822 46
gokhlayeh@8822 47 # Path to installations datas.
gokhlayeh@8822 48 INSTALLED="$LOCALSTATE/installed"
gokhlayeh@8822 49
gokhlayeh@8822 50 ########################################################################
gokhlayeh@8822 51 # COMMON VARIABLES
gokhlayeh@8822 52 ########################
gokhlayeh@8822 53
gokhlayeh@8822 54 # Packages categories.
gokhlayeh@8822 55 CATEGORIES="
gokhlayeh@8822 56 base-system
gokhlayeh@8822 57 x-window
gokhlayeh@8822 58 utilities
gokhlayeh@8822 59 network
gokhlayeh@8822 60 graphics
gokhlayeh@8822 61 multimedia
gokhlayeh@8822 62 office
gokhlayeh@8822 63 development
gokhlayeh@8822 64 system-tools
gokhlayeh@8822 65 security
gokhlayeh@8822 66 games
gokhlayeh@8822 67 misc
gokhlayeh@8822 68 meta
gokhlayeh@8822 69 non-free"
gokhlayeh@8822 70
gokhlayeh@8822 71
gokhlayeh@8822 72 ########################################################################
gokhlayeh@8822 73 # LIBTAZ OPTIONS
gokhlayeh@8822 74 ########################
gokhlayeh@8822 75 # Theses options are the default setting for all SliTaz tools which use
gokhlayeh@8822 76 # libtaz. They are :
gokhlayeh@8822 77 # * tazwok
gokhlayeh@8822 78 # * tazpkg
gokhlayeh@8822 79
gokhlayeh@8822 80 # If this option is enabled, automaticaly install needed packages. It
gokhlayeh@8822 81 # can be depends, build_depends, or package needed to perform a specific
gokhlayeh@8822 82 # task.
gokhlayeh@8822 83 # Value can be :
gokhlayeh@8822 84 # * yes = enabled
gokhlayeh@8822 85 # * anything else = disabled
gokhlayeh@8822 86 auto_install=yes
gokhlayeh@8822 87
gokhlayeh@8822 88 # If you want to log all operations (into /var/log/slitaz),
gokhlayeh@8822 89 # uncomment the following line
gokhlayeh@8822 90 # Note: important operations are logged by default.
gokhlayeh@8822 91 #report_log_all=yes