diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:12:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:12:05 +0000 |
commit | b82c53612d3d43486dc30d5731f24b546ffde447 (patch) | |
tree | c5d24f1be529482adce3a1ef68209bc2e91b5f36 /games-action | |
parent | Version bump (diff) | |
download | gentoo-2-b82c53612d3d43486dc30d5731f24b546ffde447.tar.gz gentoo-2-b82c53612d3d43486dc30d5731f24b546ffde447.tar.bz2 gentoo-2-b82c53612d3d43486dc30d5731f24b546ffde447.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.3.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/games-action/supertuxkart/supertuxkart-0.3.ebuild b/games-action/supertuxkart/supertuxkart-0.3.ebuild deleted file mode 100644 index 12deb3f65f9b..000000000000 --- a/games-action/supertuxkart/supertuxkart-0.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.3.ebuild,v 1.2 2008/02/07 05:56:21 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="A kart racing game starring Tux, the linux penguin (TuxKart fork)" -HOMEPAGE="http://supertuxkart.sourceforge.net/" -SRC_URI="mirror://berlios/${PN}/${P}-src.tar.bz2 - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=media-libs/plib-1.8.4 - virtual/opengl - media-libs/libmikmod - media-libs/libvorbis - media-libs/openal - media-libs/freealut - media-libs/libsdl" - -src_compile() { - egamesconf --datadir="${GAMES_DATADIR_BASE}" || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} SuperTuxKart - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} |