diff options
Diffstat (limited to 'games-puzzle/marbles/marbles-1.0.5-r1.ebuild')
-rw-r--r-- | games-puzzle/marbles/marbles-1.0.5-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games-puzzle/marbles/marbles-1.0.5-r1.ebuild b/games-puzzle/marbles/marbles-1.0.5-r1.ebuild deleted file mode 100644 index 986b21540f59..000000000000 --- a/games-puzzle/marbles/marbles-1.0.5-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/marbles/marbles-1.0.5-r1.ebuild,v 1.4 2004/05/12 09:02:46 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="puzzle game inspired by Atomix and written in SDL" -HOMEPAGE="http://lgames.sourceforge.net/index.php?project=Marbles" -SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.4 - >=media-libs/sdl-mixer-1.2.3" - -src_compile() { - egamesconf --datadir="${GAMES_DATADIR_BASE}" || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL README TODO - prepgamesdirs -} |