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

mkpkgiso: fix broken hg repos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 15:57:37 2018 +0200 (2018-05-18)
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"