summaryrefslogtreecommitdiff
blob: e1ea76cb96d02290b65d581d730c5006e1527e53 (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/zoom/zoom-1.0.1.ebuild,v 1.2 2004/02/03 00:53:49 mr_bones_ Exp $

DESCRIPTION="A fast, clean, modern Z-code interpreter for X"
HOMEPAGE="http://www.logicalshift.demon.co.uk/unix/zoom/"
SRC_URI="http://www.logicalshift.demon.co.uk/unix/zoom/${P}.tar.gz"

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

RDEPEND="virtual/x11
	>=media-libs/t1lib-1.3.1
	png? ( >=media-libs/libpng-1.2.4 )"
DEPEND=">=sys-devel/bison-1.34
	dev-lang/perl"

src_install () {
	into /usr
	dobin src/zoom

	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
	dohtml -r manual

	insinto /usr/share/zoom
	doins src/zoomrc
}