#!/bin/sh
# Compile and install VL CORE. These will go to veclinux.bz2 bulk
# This script is supposed to be edited by hand

## Source the configuration
. config.vl
. config.core

# CONSOLE ---------------------------------------
ig cli/BASE libIDL # lame libsigc++ XML-Parser gd xbase
ig cli/CORE linux_logo mingetty hwdata checkinstall
ig cli/CORE vlsetup vecpkg2 vasm2 vlbootbmp vldoc
ig cli/UTIL mc cdrtools
ig cli/SYS dnsmasq
ig cli/NET host

# X11 --------------------------------------
#ig x11/BASE x11 x11-devel x11-fonts-misc x11-fonts-scale
#ig x11/BASE x11-fonts-cyrillic x11-fonts-100dpi x11-docs x11-xnest
ig x11/CORE vlgui vlart
ig x11/CORE xdm-custom aterm # fluxbox fluxbox-custom

#---------------------------------------
# SDL games library
# ig x11/sdl/BASE SDL SDL_image  SDL_mixer SDL_net SDL_ttf SDL_perl

# GTK 1 --------------------------------------
# Libraries, Slackware has most of it already
#ig x11/gtk/BASE glib gtk+ imlib
ig x11/gtk/BASE imlib2
ig x11/gtk/BASE gtk-smooth-engine
ig x11/gtk/CORE Xdialog Esetroot vdesk # dfm dfm-custom chbg
ig x11/gtk/CORE icewm icewm-custom # icewm-themes
ig x11/gtk/SET  gtk-theme-switch menueditor gamix gxset 
ig x11/gtk/UTIL emelfm grun

# GTK 2 --------------------------------------
# ig x11/gtk2/BASE glib2 atk pango gtk+2
# ig x11/gtk2/BASE gtk-smooth-engine2


