Bug 24166 - Ebuild for app-games/ggz-gtk-client-0.0.7
Bug#: 24166 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: calhoun@atchoo.org
Component: Ebuilds
URL: 
Summary: Ebuild for app-games/ggz-gtk-client-0.0.7
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-07-09 06:03 0000
Description:   Opened: 2003-07-09 06:03 0000
# 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
}

------- Comment #1 From Caleb Tennis 2003-07-09 07:15:52 0000 -------
*** Bug 24167 has been marked as a duplicate of this bug. ***

------- Comment #2 From SpanKY 2003-07-10 11:56:25 0000 -------
added to portage along with ggz-gtk-games-0.0.7 and ggz-txt-client-0.0.7
thanks :)