tazpkg view tazpkg.conf @ rev 343

Prepare for i18n with gettext
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 20 11:52:56 2010 +0200 (2010-06-20)
parents 3a410bbead4c
children 7b162f03d79a
line source
1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
2 #
4 # Auto-installation of packages dependencies.
5 AUTO_INSTALL_DEPS="yes"
7 # Path to all packages meta files (lists, receipt, desc).
8 LOCALSTATE="/var/lib/tazpkg"
10 # Path to downloaded packages by get-intall command.
11 CACHE_DIR="/var/cache/tazpkg"
13 # Path to Tazpkg log file.
14 LOG="/var/log/tazpkg.log"
16 # Path to the temporary directory used to extract package.
17 TMP_DIR="/tmp/tazpkg-$$-$RANDOM"
19 # Packages categories.
20 CATEGORIES="
21 base-system
22 x-window
23 utilities
24 network
25 graphics
26 multimedia
27 office
28 development
29 system-tools
30 security
31 games
32 misc
33 meta
34 non-free"