tazpkg view tazpkg.conf @ rev 401

Added tag 4.1.3 for changeset 74b89e03572f
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Dec 09 17:34:42 2010 +0100 (2010-12-09)
parents fa97de9857e0
children bed335284b2e
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-install 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 packages.
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"