tazpkg view tazpkg.conf @ rev 350

Move all splited functions to libtazpkgbox (easier for translation)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 20 23:46:40 2010 +0200 (2010-06-20)
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"