summaryrefslogtreecommitdiff
blob: b6bc04b3674c305673875eee9f55c8b7b4cb238e (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/media-gfx/springgraph/springgraph-79.ebuild,v 1.8 2004/07/19 01:54:10 robbat2 Exp $

DESCRIPTION="Generate spring graphs from graphviz input files"
BASE_URI="http://www.chaosreigns.com/code/springgraph"
HOMEPAGE="${BASE_URI}"
SRC_FILENAME="${PN}.pl.${PV}"
SRC_URI="${BASE_URI}/dl/${SRC_FILENAME}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 alpha hppa ~mips ppc sparc ia64 amd64"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/GD"

src_unpack() {
	# nothing to do
	:
}

src_compile() {
	# nothing to do
	:
}

src_install() {
	into /usr
	newbin ${DISTDIR}/${SRC_FILENAME} ${PN}
}