summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/pengupop/pengupop-2.1.4.ebuild')
-rw-r--r--games-arcade/pengupop/pengupop-2.1.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-arcade/pengupop/pengupop-2.1.4.ebuild b/games-arcade/pengupop/pengupop-2.1.4.ebuild
new file mode 100644
index 000000000000..879b18b2ba8d
--- /dev/null
+++ b/games-arcade/pengupop/pengupop-2.1.4.ebuild
@@ -0,0 +1,22 @@
+# 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 $
+
+inherit games
+
+DESCRIPTION="Networked multiplayer-only Puzzle Bubble clone"
+HOMEPAGE="http://www.junoplay.com/pengupop"
+SRC_URI="http://www.junoplay.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog NEWS README
+ prepgamesdirs
+}