diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-06 18:38:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-06 18:38:15 +0000 |
commit | 06b1f6f1aae161b1cc11bf64e042d162d562a373 (patch) | |
tree | 660803ecd4ae92e711b8cd4e27feb19a43b343f1 /games-rpg/freedroid/freedroid-1.0.2.ebuild | |
parent | stable on amd64; bug 159271 (diff) | |
download | gentoo-2-06b1f6f1aae161b1cc11bf64e042d162d562a373.tar.gz gentoo-2-06b1f6f1aae161b1cc11bf64e042d162d562a373.tar.bz2 gentoo-2-06b1f6f1aae161b1cc11bf64e042d162d562a373.zip |
tidy; add menu entry suggested by Pacho Ramos in bug #160214
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-rpg/freedroid/freedroid-1.0.2.ebuild')
-rw-r--r-- | games-rpg/freedroid/freedroid-1.0.2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games-rpg/freedroid/freedroid-1.0.2.ebuild b/games-rpg/freedroid/freedroid-1.0.2.ebuild index 2d89061c639e..6ee9c7f836cc 100644 --- a/games-rpg/freedroid/freedroid-1.0.2.ebuild +++ b/games-rpg/freedroid/freedroid-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroid/freedroid-1.0.2.ebuild,v 1.9 2005/09/06 12:58:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroid/freedroid-1.0.2.ebuild,v 1.10 2007/02/06 18:38:15 mr_bones_ Exp $ -inherit flag-o-matic toolchain-funcs games +inherit eutils flag-o-matic toolchain-funcs games DESCRIPTION="Freedroid - a Paradroid clone" HOMEPAGE="http://freedroid.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="~amd64 ppc x86" IUSE="vorbis" DEPEND=">=media-libs/libsdl-1.2.3 @@ -27,7 +27,9 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README + newicon graphics/paraicon.bmp ${PN}.bmp + make_desktop_entry freedroid Freedroid /usr/share/pixmaps/${PN}.bmp prepgamesdirs } |