summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2004-07-06 20:36:17 +0000
committerAnders Rune Jensen <arj@gentoo.org>2004-07-06 20:36:17 +0000
commit08a39f5e5daf243bb6331f0bddd1d3c67920c552 (patch)
treeb24b8a5b846fd21ccc90fd83ed492f158f8673a9 /games-arcade/monster-masher/monster-masher-1.7.ebuild
parentuClibc profile updates (diff)
downloadgentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.tar.gz
gentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.tar.bz2
gentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.zip
bump
Diffstat (limited to 'games-arcade/monster-masher/monster-masher-1.7.ebuild')
-rw-r--r--games-arcade/monster-masher/monster-masher-1.7.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/games-arcade/monster-masher/monster-masher-1.7.ebuild b/games-arcade/monster-masher/monster-masher-1.7.ebuild
new file mode 100644
index 000000000000..67b2e327861d
--- /dev/null
+++ b/games-arcade/monster-masher/monster-masher-1.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.7.ebuild,v 1.1 2004/07/06 20:36:17 arj Exp $
+
+DESCRIPTION="Squash the monsters with your levitation worker gnome"
+HOMEPAGE="http://www.cs.auc.dk/~olau/monster-masher/"
+SRC_URI="http://www.cs.auc.dk/~olau/monster-masher/source/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="virtual/x11
+ =dev-cpp/gtkmm-2.4*
+ =dev-cpp/libgnomemm-2.6*
+ =dev-cpp/libgnomeuimm-2.6*
+ =dev-cpp/gconfmm-2.6*
+ =dev-cpp/libglademm-2.4*"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README
+}