# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /cvs/playground/gentoo/portage/games-board/ggz-txt-client/ggz-txt-client-0.0.11.ebuild,v 1.1 2005/05/29 09:47:32 oojah Exp $ DESCRIPTION="The textbased client for GGZ Gaming Zone" HOMEPAGE="http://www.ggzgamingzone.org/" SRC_URI="http://ftp.belnet.be/packages/ggzgamingzone/ggz/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" inherit ggz DEPEND="=dev-games/ggz-client-libs-0.0.11 sys-libs/ncurses sys-libs/readline" pkg_setup() { check_ggz_modules } src_compile() { fix_ggz_module_makefiles "tttxt" econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS QuickStart.GGZ README* TODO install_ggz_modules "tttxt" } pkg_prerm() { remove_ggz_modules "tttxt" }