## Kompile ##

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

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 : Unnstall package with default configuration options (defaults are "configure && make uninstall);
			     	It's equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2



