diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 06:13:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 06:13:29 +0000 |
commit | ba5cf0fd631b8490a7e42649678d29e8b10f365b (patch) | |
tree | d29fd6fa3ff40b78b18828799d4861a9e5bc2b99 | |
parent | touchup (diff) | |
download | gentoo-2-ba5cf0fd631b8490a7e42649678d29e8b10f365b.tar.gz gentoo-2-ba5cf0fd631b8490a7e42649678d29e8b10f365b.tar.bz2 gentoo-2-ba5cf0fd631b8490a7e42649678d29e8b10f365b.zip |
initial ebuild #37963
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monster-masher/files/digest-monster-masher-1.5 | 1 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.5.ebuild | 25 |
3 files changed, 34 insertions, 0 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog new file mode 100644 index 000000000000..f782f544efb5 --- /dev/null +++ b/games-arcade/monster-masher/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-arcade/monster-masher +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.1 2004/01/18 06:13:29 vapier Exp $ + +*monster-masher-1.5 (18 Jan 2004) + + 18 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Anders Rune Jensen <testanders@yahoo.dk> #37963. diff --git a/games-arcade/monster-masher/files/digest-monster-masher-1.5 b/games-arcade/monster-masher/files/digest-monster-masher-1.5 new file mode 100644 index 000000000000..be07883dc6d6 --- /dev/null +++ b/games-arcade/monster-masher/files/digest-monster-masher-1.5 @@ -0,0 +1 @@ +MD5 9a5457ae7208c534492c1b30a784f364 monster-masher-1.5.tar.gz 986073 diff --git a/games-arcade/monster-masher/monster-masher-1.5.ebuild b/games-arcade/monster-masher/monster-masher-1.5.ebuild new file mode 100644 index 000000000000..233d9a642562 --- /dev/null +++ b/games-arcade/monster-masher/monster-masher-1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.5.ebuild,v 1.1 2004/01/18 06:13:29 vapier 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.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="virtual/x11 + dev-cpp/gtkmm + dev-cpp/libgnomemm + dev-cpp/libgnomeuimm + dev-cpp/gconfmm + dev-cpp/libglademm" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_install() { + emake install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog README +} |