summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-09-28 23:27:45 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-09-28 23:27:45 +0000
commit9aa3b511442b70badd63a129ebc972b69e2fa71b (patch)
tree41b6b93d3c9d21472a772d83540d2333177fe4db /games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
parentstable on ppc (Bug #148936) (diff)
downloadgentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.tar.gz
gentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.tar.bz2
gentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.zip
Version bump, bug #148349
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild')
-rw-r--r--games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
new file mode 100644
index 000000000000..3a8cd9519f50
--- /dev/null
+++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.1 2006/09/28 23:27:45 nyhm Exp $
+
+WANT_AUTOMAKE="latest"
+inherit autotools eutils gnome2
+
+DESCRIPTION="A Puzzle Bobble clone"
+HOMEPAGE="http://home.gna.org/monkeybubble/"
+SRC_URI="http://home.gna.org/monkeybubble/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2.0
+ >=dev-libs/glib-2.0
+ >=gnome-base/libglade-2.0
+ >=gnome-base/libgnomeui-2.0
+ >=gnome-base/librsvg-2.0
+ >=gnome-base/gconf-2.0
+ =media-libs/gstreamer-0.10*
+ >=dev-libs/libxml2-2.6.7
+ app-text/scrollkeeper"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-asneeded.patch"
+ eautomake
+}