summaryrefslogtreecommitdiff
blob: 1e93a3dde832f9e1ae2fd0e657190ff61a0d7750 (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
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/vstgl/vstgl-0.6.1.ebuild,v 1.5 2004/06/24 22:21:03 agriffis Exp $

inherit eutils

IUSE=""

DESCRIPTION="Visual Signal Transition Graph Lab"
HOMEPAGE="http://vstgl.sourceforge.net/"
SRC_URI="http://vstgl.sourceforge.net/vstgl-0.6.1.tar.gz"

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

DEPEND="x11-libs/qt
	media-libs/libpng
	sys-libs/zlib"
	# dev-util/kdoc"

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/${P}-qt3-gcc32.patch
	rm -rf CVS */CVS */*/CVS */*/*/CVS;
}

src_compile() {
	emake
}

src_install () {
	newbin vstgl-linux-0.6.1 vstgl
	dodoc README AUTHORS COPYING
	dodir /usr/share/doc/${P}/
	cp -a examples ${D}/usr/share/doc/${P}/
	cp -a Help ${D}/usr/share/doc/${P}
}