# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde need-qt 3 DESCRIPTION="Simulates the classical Game of Life invented by John Conway." HOMEPAGE="http://personal.inet.fi/koti/rkauppila/projects/life/" SRC_URI="http://freshmeat.net/redir/qlife/50265/url_tgz/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" IUSE="" KEYWORDS="~x86 ~amd64" src_compile() { qmake || die emake || die } src_install() { dobin qlife insinto /usr/share/qlife for f in patterns/*; do doins $f done dodoc COPYING README ChangeLog Licence Todo About }