
=================================

rpminstall

Graphical application for install 
RPM packages using apt-get

Version 1.1.0

=================================

This application is GUI frontend for install RPM package(s) using package
install. User can type, choose or drop RPM package files or package name or
simple open RPM file in rpminstall in favorite file manager.
After choosing RPM package, press 'Apply' button and selected packages
(and all required packages) will be installed using 'packageinstall' program.

rpminstall supports application/x-rpm and apt://packagename protocol.

WARNING! It is strongly recommended do not install RPM packages from files.
Please, use software repositories for your distribution as safe source of
your software.


REQUIRES
--------
- Qt 4.x
- packageinstall


CONFIGURATION
-------------
For control programm appearance and functionality edit file
~/.config/rpminstall.conf

[Global]
; Install program command line (packages will be append to this string)
InstallProgram = packageinstall
; Program for repository configuration
ConfigProgram = alterator-standalone pkg-source
; Show title with icon and title
ShowTitle = true
; Show bar for interactive list content modify
; (always visible if no packages specified)
ShowInteractiveBar = true
; Show button of repository configuration
ShowConfigButton = true
; Show install warning text
ShowWarning = true

CONTACTS
--------
Web: http://www.altlinux.org/Rpminstall
Sources: http://git.altlinux.org/people/cas/packages/?p=rpminstall.git;a=summary


LICENSE
-------
rpminstall - GUI for install RPM packages
Copyright (C) 2010 Andrey Cherepanov <cas@altlinux.org>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


AUTHORS
-------
Copyright (c) 2010 Andrey Cherepanov <cas@altlinux.org>
