# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/app-games/marbles/marbles-1.0.5.ebuild,v 1.4 2002/07/17 20:37:36 bass Exp $ S=${WORKDIR}/${P} DESCRIPTION="Marbles is a great version of Atomix, with attractive graphics and special f/x." SRC_URI="http://ftp1.sourceforge.net/lgames/${P}.tar.gz" HOMEPAGE="http://lgames.sourceforge.net" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" DEPEND="virtual/glibc >=media-libs/libsdl-1.1.5 media-libs/sdl-mixer" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { dodir /var/lib install -d -m 2775 -o root -g games ${D}/var/lib/games make DESTDIR=${D} install || die dodoc AUTHORS COPYING README TODO ChangeLog }