# Copyright 1999 - 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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/zoom-1.0.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" RDEPEND="virtual/glibc virtual/x11 media-libs/t1lib png? ( media-libs/libpng )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/perl" S=${WORKDIR}/${P} src_compile() { ./configure --prefix=/usr || die emake || die } src_install () { make prefix=${D}/usr install || die dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO dohtml manual/*.html manual/*.png }