## Kompile ##

Copyright (C) 2005 by Tommaso Frazzeto
tommaso.frazzetto@gmail.com


# WHAT IS KOMPILE 
Kompile is a KDE interface for automatic execution of configurations, compilation and installation of source tarball.
when you compile and install Kompile sources (with normal steps "configure && make && make install") sone new voices are added to
konqueror action menu for tar-based compressed archives (.tar, .tar.gz, .tar.bz, .tar.bz2). 

Usage
To install new package invoke Kompile from command line whit tarball file path as last argument:
~]#kompile /archive/path/sourcetarball.tar.bz2
To uninstall package type:
~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2

Instead to command line usage you can selct operations directly form konqueror action menu voices:

- Automatic package install : Install package with default configuration and bulding options (defaults are "configure && make && make install). 
			      It's equivalent to type ~]#kompile /archive/path/sourcetarball.tar.bz2

- Automatic package uninstall : Uninstall package with default configuration options (defaults are "configure && make uninstall);
			     	It's equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2

# LICENSE
This software is released under GPL (GNU General Public License). Anybody can change and redistribuite code under GPL terms.
For more info about GPL see "COPYING" in source package root folder.
For more information ablut GNU & GPL visit GNU site at:

http://www.gnu.org


# PARTICULAR THANKS TO
Many people have manifested interest in Kompile project and I can't thank all one by one but I'm grateful to anyone. 
This people have spent time in Kompile v0.2 realization with ideas and resources. Thank you.

- Urs Wolfer
- Taralluccio
- KesieV
- Chris G





