summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-12 15:59:24 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-12 15:59:24 +0000
commit48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578 (patch)
tree1ca373d1d432eed0f33efe5cb78610df85ba79b0 /games-simulation/gl117/gl117-1.3.2.ebuild
parentStable on sparc (diff)
downloadgentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.tar.gz
gentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.tar.bz2
gentoo-2-48c6f78bbcb5b754c3e1ac7a5c8a2e3c42c91578.zip
Install menu entry, bug #160215
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-simulation/gl117/gl117-1.3.2.ebuild')
-rw-r--r--games-simulation/gl117/gl117-1.3.2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild
index ac609bc74d95..43538f741aee 100644
--- a/games-simulation/gl117/gl117-1.3.2.ebuild
+++ b/games-simulation/gl117/gl117-1.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.6 2006/12/19 22:52:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.7 2007/03/12 15:59:24 nyhm Exp $
inherit eutils games
@@ -31,6 +31,9 @@ pkg_setup() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog FAQ NEWS README
+ newicon doc/src/falcon.jpg ${PN}.jpg
+ make_desktop_entry gl-117 GL-117 /usr/share/pixmaps/${PN}.jpg
+ doman doc/gl-117.6
+ dodoc doc/gl-117.pdf AUTHORS ChangeLog FAQ NEWS README
prepgamesdirs
}