diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | f199057b8679cd2eed424fccb45361c89a133d31 (patch) | |
tree | e6ec41e59db82809cd99452c53c9efe67a3985e3 /games-action/bombermaze | |
parent | games action and arcade (diff) | |
download | gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.gz gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.tar.bz2 gentoo-2-f199057b8679cd2eed424fccb45361c89a133d31.zip |
action games !
Diffstat (limited to 'games-action/bombermaze')
-rw-r--r-- | games-action/bombermaze/ChangeLog | 24 | ||||
-rw-r--r-- | games-action/bombermaze/Manifest | 3 | ||||
-rw-r--r-- | games-action/bombermaze/bombermaze-0.6.6.ebuild | 36 | ||||
-rw-r--r-- | games-action/bombermaze/files/digest-bombermaze-0.6.6 | 1 |
4 files changed, 64 insertions, 0 deletions
diff --git a/games-action/bombermaze/ChangeLog b/games-action/bombermaze/ChangeLog new file mode 100644 index 000000000000..77212c809291 --- /dev/null +++ b/games-action/bombermaze/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for app-games/bombermaze +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/ChangeLog,v 1.1 2003/09/10 19:29:16 vapier Exp $ + + 06 Dec 2003; Mark Guertin <gerk@gentoo.org> bombermaze-0.6.6.ebuild : + Added ppc to keywords + +*bombermaze-0.6.6 (23 May 2002) + + 06 Oct 2002; Jose Alberto Suárez López <bass@gentoo.org> + bombermaze-0.6.6.ebuild: + Changed DEPEND, gnome-core to gnome-libs. It prevents the error + masked of the game. thanks David Vollbracht for the email. + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> bombermaze-0.6.6.ebuild : + Added KEYWORDS, SLOT. + + 23 May 2002; Ryan Phillips <rphillips@gentoo.org> Changelog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-action/bombermaze/Manifest b/games-action/bombermaze/Manifest new file mode 100644 index 000000000000..c29a46004b58 --- /dev/null +++ b/games-action/bombermaze/Manifest @@ -0,0 +1,3 @@ +MD5 87698f52b475262ccef6b3793ddd79c4 ChangeLog 1116 +MD5 7a263f911787b3818f895c193f1d3b54 bombermaze-0.6.6.ebuild 999 +MD5 dc0ab4d1a401a11e130c325d259c45e1 files/digest-bombermaze-0.6.6 68 diff --git a/games-action/bombermaze/bombermaze-0.6.6.ebuild b/games-action/bombermaze/bombermaze-0.6.6.ebuild new file mode 100644 index 000000000000..c21d0e6ed162 --- /dev/null +++ b/games-action/bombermaze/bombermaze-0.6.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +DESCRIPTION="Bomberman clone for GNOME" +SRC_URI="http://freesoftware.fsf.org/download/bombermaze/${P}.tar.gz" +HOMEPAGE="http://www.freesoftware.fsf.org/bombermaze/" + +KEYWORDS="x86 ppc" +SLOT="0" +LICENSE="GPL-2" +IUSE="nls" + +RDEPEND=">=media-libs/gdk-pixbuf-0.8 + >=gnome-base/gnome-libs-1.0" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +src_compile() { + # It normally fails to locate gdk-pixbuf.h + CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`" + CXXFLAGS="${CXXFLAGS} `gdk-pixbuf-config --cflags`" + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --with-included-gettext \ + `use_enable nls` || die "./configure failed" + + emake || die +} + +src_install() { + make prefix=${D}/usr install || die + dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS TODO +} diff --git a/games-action/bombermaze/files/digest-bombermaze-0.6.6 b/games-action/bombermaze/files/digest-bombermaze-0.6.6 new file mode 100644 index 000000000000..331157398ba9 --- /dev/null +++ b/games-action/bombermaze/files/digest-bombermaze-0.6.6 @@ -0,0 +1 @@ +MD5 beda6b0e6b412652cd35a953eb0e6eaa bombermaze-0.6.6.tar.gz 694713 |