summaryrefslogtreecommitdiff
blob: d218b0f1e76ae7eebc789f994aba565853d51e0d (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.6.ebuild,v 1.2 2004/06/25 02:48:23 agriffis Exp $

inherit distutils

DESCRIPTION="Synopsis is a general source code documentation tool."
SRC_URI="http://synopsis.fresco.org/download/${P}.tar.bz2"
HOMEPAGE="http://synopsis.fresco.org/index.html"

DEPEND="virtual/glibc
	>=dev-lang/python-2.2"

RDEPEND="${DEPEND}
	media-gfx/graphviz
	net-misc/omniORB"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"

src_compile() {
	distutils_src_compile
}

src_install() {
	distutils_src_install

	dohtml -r docs
}