First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24166
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roger Light <calhoun@atchoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 24166 depends on: Show dependency tree
Show dependency graph
Bug 24166 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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 :)

First Last Prev Next    No search results available      Search page      Enter new bug