summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-03-22 00:52:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-03-22 00:52:26 +0000
commitac5503355e9fa4a11cc8fba8db97107f1847382e (patch)
treeab83aacd01be9310e9a2bef4b24d4a7116cd279f /games-arcade/bumprace/bumprace-1.5.3.ebuild
parentversion bump (diff)
downloadgentoo-2-ac5503355e9fa4a11cc8fba8db97107f1847382e.tar.gz
gentoo-2-ac5503355e9fa4a11cc8fba8db97107f1847382e.tar.bz2
gentoo-2-ac5503355e9fa4a11cc8fba8db97107f1847382e.zip
desktop entry
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/bumprace/bumprace-1.5.3.ebuild')
-rw-r--r--games-arcade/bumprace/bumprace-1.5.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/bumprace/bumprace-1.5.3.ebuild b/games-arcade/bumprace/bumprace-1.5.3.ebuild
index 50a2a6c874cf..5abeeacd57a0 100644
--- a/games-arcade/bumprace/bumprace-1.5.3.ebuild
+++ b/games-arcade/bumprace/bumprace-1.5.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.3.ebuild,v 1.1 2007/03/22 00:49:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.3.ebuild,v 1.2 2007/03/22 00:52:26 mr_bones_ Exp $
-inherit games
+inherit eutils games
DESCRIPTION="simple arcade racing game"
HOMEPAGE="http://www.linux-games.com/bumprace/"
@@ -21,5 +21,6 @@ DEPEND="media-libs/libsdl
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog FAQ README
+ make_desktop_entry bumprace BumpRace
prepgamesdirs
}