summaryrefslogtreecommitdiff
blob: 4527ae94d19b46e84ef313003859564e3aff0f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2002 Thomas Capricelli <orzel@freehackers.org>
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/kvim-6.1.141_rc1.ebuild,v 1.2 2002/08/14 18:36:02 murphy Exp $
inherit kde-base
need-kde 3

S="${WORKDIR}/${P//_}"
DESCRIPTION="KDE editor based on vim"
SRC_URI="http://www.freehackers.org/kvim/dl/kvim-6.1.141rc1.tar.bz2"
HOMEPAGE="http://www.freehackers.org/kvim/"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"

PATCHES="$FILESDIR/${P}-gcc2fix.patch"

myconf="$myconf --enable-gui=kde"

src_compile() {

    kde_src_compile myconf configure
    cd $S
    # emake does not work
    make || die 

}

src_install () {
    kde_src_install
    dodoc BUGS README.txt README_src.txt TODO kvim.lsm IDEAS README.kvim README_lang.txt README_unix.txt

}