summaryrefslogtreecommitdiff
blob: e2c347c77021fbe1947768fe714f75b2ddcdb660 (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-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdoc/kdoc-2.0_alpha54.ebuild,v 1.14 2004/06/25 02:38:23 agriffis Exp $

IUSE=""
MY_P=${P/_alph/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="KDE/QT documentation processing/generation tools"
HOMEPAGE="http://www.ph.unimelb.edu.au/~ssk/kde/kdoc/"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ppc amd64"

DEPEND="dev-lang/perl"

src_compile() {
	export KDEDIR=""
	export QTDIR=""
	econf || die "econf failed"
	emake || die
}

src_install() {
	einstall
}