# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="Creates and manages configuration files for DOSBox" HOMEPAGE="http://chmaster.freeforge.net/dboxfe-project.htm" SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" MY_QT_DEP=">=x11-libs/qt-4.3" MY_ICON="dboxfe.ico" DEPEND="${MY_QT_DEP}" RDEPEND=">=games-emulation/dosbox-0.65 ${MY_QT_DEP}" src_install() { dobin ${S}/bin/dboxfe doicon ${S}/res/${MY_ICON} make_desktop_entry dboxfe "DosBoxFE" ${MY_ICON} }