# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: initial version Ron Simpkin doobedoobedo@quake3world.com IUSE="" DESCRIPTION="Tetris style game" SRC_URI="http://ftp.debian.org/debian/pool/main/c/codebreaker/codebreaker_1.2.1.orig.tar.gz" HOMEPAGE="none" S="${WORKDIR}/${P}.orig" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/x11 >=x11-libs/gtk+-1.2.0" src_unpack() { unpack ${A} } src_compile() { econf || die emake || die } src_install() { einstall dodoc README AUTHORS doc/HOWTO }