diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-22 00:52:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-22 00:52:26 +0000 |
commit | 50e78c6887931c782b18e959ba2503bc3bf1576f (patch) | |
tree | 3e7ccfe60b59d7a2f6fb4a338af154b794cd0d30 /games-arcade/bumprace/bumprace-1.5.3.ebuild | |
parent | version bump (diff) | |
download | historical-50e78c6887931c782b18e959ba2503bc3bf1576f.tar.gz historical-50e78c6887931c782b18e959ba2503bc3bf1576f.tar.bz2 historical-50e78c6887931c782b18e959ba2503bc3bf1576f.zip |
desktop entry
Package-Manager: portage-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.ebuild | 5 |
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 } |