summaryrefslogtreecommitdiff
blob: 0cffb4e32a064bbd613e61dcfe5b029c5016f008 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

MY_P=${P/_alph/}

DESCRIPTION="C++ and IDL Source Documentation System"
HOMEPAGE="http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE=""

DEPEND="dev-lang/perl"

RESTRICT="test" #279709

S=${WORKDIR}/${MY_P}

src_install() {
	use prefix || ED="${D}"
	emake DESTDIR="${D}" install || die
	dodoc README TODO
	rm -rf "${ED}"/usr/share/doc/kdoc
}