diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-09 15:20:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-09 15:20:45 +0000 |
commit | cc71f1073ee5be6575cac0449cf9a18f58f0d04f (patch) | |
tree | 7024ff40a387d20dba4decc534e15e78fc0d2c43 /games-action/clanbomber | |
parent | Version bump. (diff) | |
download | gentoo-2-cc71f1073ee5be6575cac0449cf9a18f58f0d04f.tar.gz gentoo-2-cc71f1073ee5be6575cac0449cf9a18f58f0d04f.tar.bz2 gentoo-2-cc71f1073ee5be6575cac0449cf9a18f58f0d04f.zip |
initial ebuild #20592
Diffstat (limited to 'games-action/clanbomber')
-rw-r--r-- | games-action/clanbomber/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/clanbomber/clanbomber-1.04.ebuild | 39 | ||||
-rw-r--r-- | games-action/clanbomber/files/digest-clanbomber-1.04 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/games-action/clanbomber/ChangeLog b/games-action/clanbomber/ChangeLog new file mode 100644 index 000000000000..e9e0d48b3258 --- /dev/null +++ b/games-action/clanbomber/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-action/clanbomber +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.1 2004/01/09 15:20:45 vapier Exp $ + +*clanbomber-1.04 (09 Jan 2004) + + 09 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #20592. diff --git a/games-action/clanbomber/clanbomber-1.04.ebuild b/games-action/clanbomber/clanbomber-1.04.ebuild new file mode 100644 index 000000000000..03023188d14c --- /dev/null +++ b/games-action/clanbomber/clanbomber-1.04.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.04.ebuild,v 1.1 2004/01/09 15:20:45 vapier Exp $ + +inherit games flag-o-matic + +DESCRIPTION="free (GPL) Bomberman-like multiplayer game" +HOMEPAGE="http://clanbomber.sourceforge.net/" +SRC_URI="mirror://sourceforge/clanbomber/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="sys-libs/zlib + media-libs/hermes + =dev-games/clanlib-0.6.5*" + +pkg_setup() { + clanlib-config 0.6.5 +} + +src_unpack() { + unpack ${A} + cd ${S} + sed -i \ + 's:\(@datadir@/clanbomber/\):$(DESTDIR)\1:' \ + clanbomber/{,*/}Makefile.in +} + +src_compile() { + egamesconf || die + emake -j1 || die +} + +src_install() { + emake install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog IDEAS QUOTES README TODO +} diff --git a/games-action/clanbomber/files/digest-clanbomber-1.04 b/games-action/clanbomber/files/digest-clanbomber-1.04 new file mode 100644 index 000000000000..d7efa0e12a5c --- /dev/null +++ b/games-action/clanbomber/files/digest-clanbomber-1.04 @@ -0,0 +1 @@ +MD5 54b7459f5fc6bd1f279afd490c15465a clanbomber-1.04.tar.gz 2064532 |