# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="small puzzle game, where you'll have to avoid bombs and collect points" HOMEPAGE="http://bilious.homelinux.org/~paxed/plonx/" SRC_URI="http://bilious.homelinux.org/~paxed/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-libs/ncurses" src_install() { dodoc README TODO dogamesbin ${PN} prepgamesdirs }