This directory contains three scripts: SlackBuild a wrapper for slacktrack which will launch vcdimager.build & generate the .tgz package. vcdimager.build The script that configures and compiles vcdimager. This should be called via slacktrack using the 'SlackBuild' script described above. vcdimager.SlackBuild This is a self-contained script that will configure, compile and package vcdimager *without* the aid of slacktrack. The purpose of this script is to compare and contrast the differences between using slacktrack and a package whose Makefile honours a DESTDIR type override to install the package into a directory other than the root file system. You will notice that the vcdimager.build script is significantly smaller than the vcdimager.SlackBuild script. This is because slacktrack removes much of the manual element of package building.