#!/bin/sh
#
echo Compiling and Instaling additional packages
echo that will be included in the MEDIA

. ./config.vl
. ./config.pack

# CONSOLE ----------------------------------
#ig cli/DEV motor
#ig cli/EDIT tetradraw
#ig cli/ENT AsciiInvaders
ig cli/GR fbshot
#ig cli/MM mpfc
ig cli/SYS proftpd

# X11 --------------------------------------
ig x11/ENT xpenguins # xsnow
#ig x11/MM  xine-lib xine-ui
ig x11/NET xisp

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

##--------------------------------------
## GTK 1
ig x11/gtk/EDIT scite # bluefish beaver
#ig x11/gtk/ENT  gtans
#ig x11/gtk/MM   xmms # mplayer-extralite mplayer ripperX
ig x11/gtk/GR   gqview # gimp
#ig x11/gtk/NET  LinNeighborhood
ig x11/gtk/NET  dillo gftp # sylpheed firefox
#ig x11/gtk/UTIL xcdroast


#######################################################
## These are the BIG packages that are not in the vlmin-5.0
## but included in the VL-Dynamite ISO

#ig x11/gtk/EDIT bluefish
#ig x11/gtk/ENT  gtans
#ig x11/gtk/MM xmms 
#ig x11/gtk/NET firefox 

## Make pkglist
(cd $MEDIA/packages; pkglist > PKGLIST.TXT)

echo 
echo Next you should call
echo v6-bulk1 : compress the TARGET to the MEDIA
