Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
# 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 }
*** This bug has been marked as a duplicate of 24166 ***