blob: f1e7a719f4f0cc8d34d0d946760ef570f9f5bfe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-0.8.ebuild,v 1.6 2003/10/24 12:55:26 aliz Exp $
inherit kde-base
need-kde 3
DESCRIPTION="KDE XML Editor"
HOMEPAGE="http://kxmleditor.sourceforge.net"
SRC_URI="mirror://sourceforge/kxmleditor/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
PATCHES="$FILESDIR/$P-gcc3.diff"
src_compile() {
cd $S
kde_src_compile myconf configure
make distclean
kde_src_compile myconf configure
kde_src_compile make
}
|