diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-03-14 20:32:31 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-03-14 20:32:31 +0000 |
commit | 547f1be7138c3c376eb2ac625e089c603942c64a (patch) | |
tree | a69d121ea8055c6d75bb8607e70dd603f142191f /games-action/supertuxkart/supertuxkart-0.2.ebuild | |
parent | Install menu entry (diff) | |
download | historical-547f1be7138c3c376eb2ac625e089c603942c64a.tar.gz historical-547f1be7138c3c376eb2ac625e089c603942c64a.tar.bz2 historical-547f1be7138c3c376eb2ac625e089c603942c64a.zip |
Install menu entry, bug #159766
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-action/supertuxkart/supertuxkart-0.2.ebuild')
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games-action/supertuxkart/supertuxkart-0.2.ebuild b/games-action/supertuxkart/supertuxkart-0.2.ebuild index cfa6709fb417..393e19405a36 100644 --- a/games-action/supertuxkart/supertuxkart-0.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.2.ebuild @@ -1,12 +1,13 @@ # 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.2.ebuild,v 1.8 2007/02/21 17:32:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.2.ebuild,v 1.9 2007/03/14 20:32:31 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="A kart racing game starring Tux, the linux penguin (improved fork of TuxKart)" HOMEPAGE="http://supertuxkart.berlios.de/" -SRC_URI="mirror://berlios/${PN}/SuperTuxKart-${PV}.tar.bz2" +SRC_URI="mirror://berlios/${PN}/SuperTuxKart-${PV}.tar.bz2 + mirror://gentoo/${PN}.png" LICENSE="GPL-2" SLOT="0" @@ -23,6 +24,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} SuperTuxKart dodoc AUTHORS NEWS README prepgamesdirs } |