#! /bin/bash


# extract and compile cbmconvert
tar fvxz cbmconvert-2.1.2_dfi.tar.gz
make -C cbmconvert-2.1.2_dfi -f Makefile.unix


# compile dreamass
rar x dreamass_src_20060501.rar
make -C dreamass


# extract and compile exomizer
mkdir exomizer115
cd exomizer115
unzip ../exomizer115.zip
unzip exomizer115src.zip
make -C src
cd ..


# extract all sources needed for sly_spy
# dload
rar x dload_src_20060430.rar
# original sly spy game
unzip sly_spy.zip
# new loader
unzip sly_spy_mmc_20060501.zip

# build the 'sly spy' image
make -C sly_spy


# that's it, here's your brandnew image
ls -l sly_spy/slyspy.dfi
