Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24166 - Ebuild for app-games/ggz-gtk-client-0.0.7
Summary: Ebuild for app-games/ggz-gtk-client-0.0.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
: 24167 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-09 06:03 UTC by Roger Light
Modified: 2003-07-10 11:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Light 2003-07-09 06:03:15 UTC
# 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 Caleb Tennis (RETIRED) gentoo-dev 2003-07-09 07:15:52 UTC
*** Bug 24167 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2003-07-10 11:56:25 UTC
added to portage along with ggz-gtk-games-0.0.7 and ggz-txt-client-0.0.7
thanks :)