slitaz-dev-tools view tazpkg-web/tazpkg-web.conf @ rev 191

tazdev: change relpkg behavior. retrieve the last version from .hgtags. Put archive in /src
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 12:07:53 2013 +0100 (2013-01-17)
parents 9a93290cd55c
children
line source
1 # tazpkg-web.conf: SliTaz packages Web interface configuration file.
2 #
6 # Path to xHTML and XML templates.
7 LIB_DIR="/var/lib/tazpkg-web"
8 SLITAZ="/home/slitaz"
10 # Path to the Web interface.
11 WEB_INTERFACE="$SLITAZ/www/pkgs"
13 # Path to each version.
14 STABLE="$SLITAZ/stable"
15 COOKING="$SLITAZ/cooking"
17 # Packages categories.
18 CATEGORIES="
19 base-system
20 x-window
21 utilities
22 network
23 graphics
24 multimedia
25 office
26 development
27 system-tools
28 security
29 games
30 misc
31 meta
32 non-free"