diff options
Diffstat (limited to 'games-action/trackballs/trackballs-1.0.0-r1.ebuild')
-rw-r--r-- | games-action/trackballs/trackballs-1.0.0-r1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/games-action/trackballs/trackballs-1.0.0-r1.ebuild b/games-action/trackballs/trackballs-1.0.0-r1.ebuild deleted file mode 100644 index 409f2ac96be8..000000000000 --- a/games-action/trackballs/trackballs-1.0.0-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.0.0-r1.ebuild,v 1.2 2005/05/05 23:11:33 swegener Exp $ - -inherit eutils games - -DESCRIPTION="simple game similar to the classical game Marble Madness" -HOMEPAGE="http://trackballs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://gentoo/${PN}-music-0.9.0.tbz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl - >=dev-util/guile-1.6 - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/sdl-ttf - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's/icons//' share/Makefile.in \ - || die "sed share/Makefile.in failed" - epatch "${FILESDIR}/${PV}-drift.patch" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --with-highscores=${GAMES_STATEDIR}/${PN}-highscores \ - || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - insinto /usr/share/pixmaps - doins share/icons/*png || die "doins failed" - make_desktop_entry trackballs "Trackballs" trackballs-48x48.png - insinto "${GAMES_DATADIR}/${PN}/music" - doins "${WORKDIR}"/tb_*.ogg || die "doins failed" - dodoc AUTHORS ChangeLog README* NEWS - prepgamesdirs -} |