summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-08-15 07:46:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-08-15 07:46:01 +0000
commita2b49a1f1fcb819083650f2220b4fdb23f28b809 (patch)
tree49afb41a301dc8c73b3b704594da109d4ad69e33 /games-arcade/pengupop
parentversion bump - ebuild submitted by Siarhei Siamashka via bug #143421 (diff)
downloadgentoo-2-a2b49a1f1fcb819083650f2220b4fdb23f28b809.tar.gz
gentoo-2-a2b49a1f1fcb819083650f2220b4fdb23f28b809.tar.bz2
gentoo-2-a2b49a1f1fcb819083650f2220b4fdb23f28b809.zip
touchups
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'games-arcade/pengupop')
-rw-r--r--games-arcade/pengupop/pengupop-2.1.4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-arcade/pengupop/pengupop-2.1.4.ebuild b/games-arcade/pengupop/pengupop-2.1.4.ebuild
index 879b18b2ba8d..fa47e7c39fee 100644
--- a/games-arcade/pengupop/pengupop-2.1.4.ebuild
+++ b/games-arcade/pengupop/pengupop-2.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.1.4.ebuild,v 1.1 2006/08/13 22:49:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.1.4.ebuild,v 1.2 2006/08/15 07:46:01 mr_bones_ Exp $
inherit games
@@ -16,7 +16,10 @@ IUSE=""
DEPEND="media-libs/libsdl"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README
+ insinto /usr/share/applications
+ doins pengupop.desktop || die "doins failed"
+ doicon pengupop.png
prepgamesdirs
}