blob: 1e431f703d18086d56867951aeb737c7b06ebdab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.0.3.ebuild,v 1.1 2004/09/12 04:43:12 mr_bones_ Exp $
inherit kde
DESCRIPTION="Creates and manages configuration files for DOSBox"
HOMEPAGE="http://dboxfe.berlios.de/"
SRC_URI="http://download.berlios.de/dboxfe/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND=">=games-emulation/dosbox-0.61"
need-kde 3.1
need-qt 3.2
S="${WORKDIR}/${P}.0.61"
|