First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24167
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 24166
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@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 24167 depends on: Show dependency tree
Bug 24167 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2003-07-09 06:05 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-games/ggz-gtk-games-0.0.5.ebuild,v
1.10 2003/02/13
 07:43:41 vapier Exp $
 
S=${WORKDIR}/${P}
DESCRIPTION="These are the gtk versions of the games made by the GGZ Gaming Zone"
SRC_URI="mirror://sourceforge/ggz/${P}.tar.gz"
HOMEPAGE="http://ggz.sourceforge.net/"
 
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
 
DEPEND="=app-games/ggz-gtk-client-0.0.7"
 
src_compile() {
 
        econf
        # we need to remove some /usr-paths that ggz-config puts into in
        # the makefile.  ugly.  :/
 
        sed -e "s|^ggzdatadir = /|ggzdatadir = ${D}|" Makefile > Makefile.new
        sed -e "s|^ggzexecmoddir = /|ggzexecmoddir = ${D}|" Makefile.new > Makefile
 
        emake || die
}
 
src_install () {
 
        insinto /etc
        doins /etc/ggz.modules
 
        make DESTDIR=${D} install || die
}

------- Comment #1 From Caleb Tennis 2003-07-09 07:15:51 0000 -------

*** This bug has been marked as a duplicate of 24166 ***

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