# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
/home/cvsroot/gentoo-x86/app-games/ggz-gtk-client/ggz-gtk-client-0.0.5.ebuild,v
1.10 2003/02/13 07:43:36 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The gtk client for the GGZ Gaming Zone"
SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz"
HOMEPAGE="http://ggz.sourceforge.net/"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="( gtk2? ( =x11-libs/gtk+-2* )
: ( =x11-libs/gtk+-1.2* ) )
=dev-libs/ggz-client-libs-0.0.7"
src_compile() {
./configure \
--host=${CHOST} \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man || die "./configure failed"
emake || die
}
src_install () {
make DESTDIR=${D} install || die
}