This is the Dropline Build System, and is a set of scripts and
patches used to build Dropline GNOME.  It can easily be extended
for use with other packages.  The basic setup is as follows:

	foo.build - the launcher script.
	foo.desc - the Slackware description
	foo.inst - will be executed upon package installation
	foo.fix - used to fix the build directory before package creation
	foo.patch[n] - patch files, numbered 1 through n

"dropline-build.sh" is the main script which handles the ./configure; 
make; make install work for each package.  You can use the template.build 
and template.desc files to create your own packages.  Run the .build script
to compile your program and create the package.  Your directory structure 
should be:

/usr/src/gnome - Base
/usr/src/gnome/sources - Source tarballs
/usr/src/gnome/scripts - All of the build scripts, descriptions, and patches
/usr/src/gnome/packages - The packages will be dumped here

Todd Kulesza
Dropline Systems
